From: Jeff D. <da...@da...> - 2002-11-13 15:38:13
|
On Wed, 13 Nov 2002 16:56:15 +0200 Matti Airas <ma...@ik...> wrote: > Carsten Klapp wrote: > > <verbatim> > > [limit] makes a link, [10] a footnote. > > </verbatim> > > Another way would be using <pre></pre>: New Markup <pre> precludes neither [explicit linking] nor LinkificationOfWikiWords. In the new markup, use <verbatim> for code samples where you don't want any linking of the text. (If you do want linking of some of the text, then use <pre> and escape the brackets like ~[this] --- escape ~WikiWords the same way.) Old Markup If you're using old markup, there is no equivalent of <verbatim>. You must escape each open bracket, by doubling it, [[like this]. (Escape !WikiWords with an exclamation mark.) |