Diff
Not logged in

Differences From:

File src/wiki.c part of check-in [82136b0a5f] - Give /wiki a link to the Wiki page with the same name as the Project Name. by eric on 2008-07-17 20:34:35. [view]

To:

File src/wiki.c part of check-in [2c3ccaa048] - Clarify the formatting rules for <verbatim>. Ticket aee2a1a927f by drh on 2008-07-24 12:29:25. [view]

@@ -606,12 +606,13 @@
   @ only a few benign attributes are allowed on each element.
   @ In particular, any attributes that specify javascript or CSS
   @ are elided.</p></li>
   @ <li><p><b>Special Markup.</b>
-  @ The &lt;verbatim&gt; tag disables all wiki and HTML markup
-  @ up through the next &lt;/verbatim&gt;.  The &lt;nowiki&gt; tag
-  @ disables all wiki formatting rules through the matching
-  @ &lt;/nowiki&gt; element.
+  @ The &lt;nowiki&gt; tag disables all wiki formatting rules
+  @ through the matching &lt;/nowiki&gt; element.
+  @ The &lt;verbatim&gt; tag works like &lt;pre&gt; with the addition
+  @ that it also disables all wiki and HTML markup
+  @ through the matching &lt;/verbatim&gt;.
   @ </ol>
   style_footer();
 }