diff options
-rw-r--r-- | TWiki/WikiSyntax.mdwn | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/TWiki/WikiSyntax.mdwn b/TWiki/WikiSyntax.mdwn index 1e5fffa5..16676ef3 100644 --- a/TWiki/WikiSyntax.mdwn +++ b/TWiki/WikiSyntax.mdwn @@ -33,10 +33,13 @@ If you can enter text, you're ready for TWiki. With a few simple, intuitive [[TW * To display a word or phrase in `MONOSPACED TYPE`, put it in equal signs: <code>=like this=</code>. <br />Use <code>==two==</code> for bold: <code>**bold mono**</code>. - Surround code excerpts, filenames, and other - unformatted text with <pre> or </pre> - or the special TWiki use <verbatim> and - </verbatim> tags. +* Use <code>**<pre>**</code> to enclose code excerpts, filenames, and other unformatted text, with the opening and closing tags on their own separate lines: + +> <pre> +> <b>&lt;pre&gt;</b> +> unformatted text! +> <b>&lt;/pre&gt;</b> +> </pre> * Use three (or more) consecutive **hyphens** expands into a horizontal rule: `---` |