IkiWiki generates HTML in rst files pretty much all the time. As
such, we should enable raw HTML support. --Ethan
+> [[done]], although I did add a news item about it, since it could break
+> the security of certian setups that don't use the htmlscrubber. --[[Joey]]
+
<pre>
Index: IkiWiki/Plugin/rst.pm
===================================================================
);
print html[html.find('<body>')+6:html.find('</body>')].strip();
";
-</pre>
\ No newline at end of file
+</pre>