diff options
-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 { |