summary refs log tree commit diff stats
path: root/test/test.html
blob: c78e86888e963ac3414b7f7f71ca2a1ed0e2670d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!--
     title: foo bar
     subtitle: uhhh: the thing
-->

<h1>some html</h1>
<h2>(without p tags)</h2>

Here is a test paragraph.  <a href="#">example link</a>.

Here's another. I wonder if it'll just do the thing .. or whatever. Maybe I
should try to make it multiple lines, as well.

<ul class="again!">
  <li>
    one plus two is #(+ 1 2).
  </li>
  <li>two</li>
</ul>