Posted on 2009-01-23 15:31:54-08 by cuthbertrumbold
HTML tags
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 &lt;tt&gt;.go&lt;/tt&gt; URL suffix.
but we really want:
<li>All servlets now accessed with <tt>.go</tt> URL suffix.
Thanks!
Direct Responses: 9789 | Write a response
Posted on 2009-01-23 16:12:53-08 by cuthbertrumbold in response to 9788
Re: HTML tags
Nevermind, the escaping of the HTML tags is being done in the CMS::MediaWiki module (that I'm using to pull down the wikitext).
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.