foodsoft/vendor/plugins/wikicloth/sample_documents/elements.wiki

8 lines
220 B
Plaintext

<!-- 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>