File: elements.wiki

package info (click to toggle)
ruby-wikicloth 0.8.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 624 kB
  • sloc: ruby: 2,521; makefile: 14
file content (7 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
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>