Changed wiki parser to wikicloth.
* Temporarly removing of TOC.
This commit is contained in:
parent
55729e20f9
commit
5d9385cde4
39 changed files with 3474 additions and 64 deletions
7
vendor/plugins/wikicloth/sample_documents/elements.wiki
vendored
Normal file
7
vendor/plugins/wikicloth/sample_documents/elements.wiki
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<!-- 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue