Is there a way to have HTML tags that are embedded in the Wiki markup pass through unmolested? Eg this markup:
# All servlets now accessed with <tt>.go</tt> URL suffix.
becomes:
<li>All servlets now accessed with <tt>.go</tt> URL suffix.
but we really want:
<li>All servlets now accessed with <tt>.go</tt> URL suffix.
Thanks!