Check-in [2c3ccaa048]
Not logged in
Overview

SHA1 Hash:2c3ccaa0487b292edeb6d1889aec12d136f58ab7
Date: 2008-07-24 12:29:25
User: drh
Comment:Clarify the formatting rules for <verbatim>. Ticket aee2a1a927f
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/wiki.c from [21130cec42] to [4e55bd749b].

@@ -605,14 +605,15 @@
   @ No other elements are allowed.  All attributes are checked and
   @ 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();
 }
 
 /*