File: elements.wiki

package info (click to toggle)
ruby-wikicloth 0.8.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 624 kB
  • ctags: 294
  • sloc: ruby: 2,545; makefile: 16; sh: 11
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>