1<ul>
2<li>One
3
4</li>
5<li>Two
6
7</li>
8</ul>
9<p>
10This is an <a href="http://github.com">absolute link</a>. So is this: <a
11href="http://github.com">github.com</a>
12</p>
13<p>
14This is a <a href="rawr.html">relative link</a>. So is this: <a
15href="rawr.html">rawr.html</a>
16</p>