From: Matti A. <ma...@ik...> - 2002-11-13 14:56:22
|
Carsten Klapp wrote: > Try these in new markup: > > ~[limit] makes a link, ~[10] a footnote. > > <verbatim> > [limit] makes a link, [10] a footnote. > </verbatim> Another way would be using <pre></pre>: <pre>int foo(int bar) { return 2*bar; }</pre> At the moment it seems that the pre tags have to be on their own lines, however. I wonder should this be considered a bug? m. |