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 <verbatim> tag disables all wiki and HTML markup
- @ up through the next </verbatim>. The <nowiki> tag
- @ disables all wiki formatting rules through the matching
- @ </nowiki> element.
+ @ The <nowiki> tag disables all wiki formatting rules
+ @ through the matching </nowiki> element.
+ @ The <verbatim> tag works like <pre> with the addition
+ @ that it also disables all wiki and HTML markup
+ @ through the matching </verbatim>.
@ </ol>
style_footer();
}