diff options
author | MikeMannix <MikeMannix> | 2001-12-02 13:02:19 +0000 |
---|---|---|
committer | MikeMannix <MikeMannix> | 2001-12-02 13:02:19 +0000 |
commit | 5644fa36c14bd96c4a7e4b9e526dc25b39efe7fd (patch) | |
tree | ca6a1134ea58b2c23c27cd58b127a8e91b3a5d26 /TWiki | |
parent | 3fa29216289903cdc619740be4aece9c303926df (diff) |
none
Diffstat (limited to 'TWiki')
-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: `---` |