summaryrefslogtreecommitdiff
path: root/TWiki/WikiSyntax.mdwn
diff options
context:
space:
mode:
authorMikeMannix <MikeMannix>2001-12-02 13:02:19 +0000
committerMikeMannix <MikeMannix>2001-12-02 13:02:19 +0000
commit5644fa36c14bd96c4a7e4b9e526dc25b39efe7fd (patch)
treeca6a1134ea58b2c23c27cd58b127a8e91b3a5d26 /TWiki/WikiSyntax.mdwn
parent3fa29216289903cdc619740be4aece9c303926df (diff)
none
Diffstat (limited to 'TWiki/WikiSyntax.mdwn')
-rw-r--r--TWiki/WikiSyntax.mdwn11
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>**&lt;pre&gt;**</code> to enclose code excerpts, filenames, and other unformatted text, with the opening and closing tags on their own separate lines:
+
+> <pre>
+> <b>&amp;lt;pre&amp;gt;</b>
+> unformatted text!
+> <b>&amp;lt;/pre&amp;gt;</b>
+> </pre>
* Use three (or more) consecutive **hyphens** expands into a horizontal rule: `---`