summary refs log tree commit diff stats
path: root/test/test.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.html')
-rw-r--r--test/test.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/test.html b/test/test.html new file mode 100644 index 0000000..c78e868 --- /dev/null +++ b/test/test.html
@@ -0,0 +1,19 @@
1<!--
2 title: foo bar
3 subtitle: uhhh: the thing
4-->
5
6<h1>some html</h1>
7<h2>(without p tags)</h2>
8
9Here is a test paragraph. <a href="#">example link</a>.
10
11Here's another. I wonder if it'll just do the thing .. or whatever. Maybe I
12should try to make it multiple lines, as well.
13
14<ul class="again!">
15 <li>
16 one plus two is #(+ 1 2).
17 </li>
18 <li>two</li>
19</ul>