foodsoft/vendor/plugins/wikicloth/sample_documents/elements.wiki
Benjamin Meichsner 5d9385cde4 Changed wiki parser to wikicloth.
* Temporarly removing of TOC.
2009-08-11 14:30:35 +02:00

7 lines
220 B
Text

<!-- should convert tags to normal text -->
<script type="text/javascript">
alert('boo');
</script>
<!-- should drop the onclick attribute -->
<a href="http://www.google.com/" onclick="alert('hello world');">test</a>