diff options
author | MikeMannix <MikeMannix> | 2001-12-03 07:24:13 +0000 |
---|---|---|
committer | MikeMannix <MikeMannix> | 2001-12-03 07:24:13 +0000 |
commit | 452be2db5ec5241382c7bff4415538b80cd85eb6 (patch) | |
tree | 8257392a0fffcf86598f98faea859b3d0a2dd028 /TWiki | |
parent | ec4a1c9af0edd8b68acb70891b218efb12c6222f (diff) |
none
Diffstat (limited to 'TWiki')
-rw-r--r-- | TWiki/TWikiShorthand.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TWiki/TWikiShorthand.mdwn b/TWiki/TWikiShorthand.mdwn index 5379738e..395d606d 100644 --- a/TWiki/TWikiShorthand.mdwn +++ b/TWiki/TWikiShorthand.mdwn @@ -78,7 +78,7 @@ _this not _ <td valign="top"><em>This works</em>, _this not _ </td> </tr> <tr bgcolor="#ffffff"> - <td valign="top"><strong>Verbatim Mode:</strong><br /> Surround code excerpts and other formatted text with <code>&lt;verbatim&gt;</code> and <code>&lt;/verbatim&gt;</code> tags. <br /><strong><em>Note:</em></strong> Use <code>&lt;pre&gt;</code> and <code>&lt;/pre&gt;</code> tags instead if you want that HTML code is interpreted. <br /><strong><em>Note:</em></strong> Each tag must be on a line by itself. </td> + <td valign="top"><strong>Verbatim Mode:</strong><br /> Surround code excerpts and other formatted text with <code>&lt;verbatim&gt;</code> and <code>&lt;/verbatim&gt;</code> tags. <br /><strong><em>Note:</em></strong> Use <code>&lt;pre&gt;</code> and <code>&lt;/pre&gt;</code> tags instead if you want HTML code to be interpreted. <br /><strong><em>Note:</em></strong> Each tag must be on a line by itself. </td> <td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre> &lt;verbatim&gt; class CatAnimal { |