diff options
Diffstat (limited to 'tests/misc/html.txt')
-rw-r--r-- | tests/misc/html.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/misc/html.txt b/tests/misc/html.txt new file mode 100644 index 0000000..5ce7bb2 --- /dev/null +++ b/tests/misc/html.txt @@ -0,0 +1,10 @@ + +<h1>Block level html</h1> + +Some inline <b>stuff<b>. + +Now some <arbitrary>arbitrary tags</arbitrary>. + +And of course <script>blah</script>. + +[this <script>link](<script>stuff</script>)
\ No newline at end of file |