1 <h1 id="inthebeginning">Header </h1> 2 <p>Now, let's try something <em class="special">inline</em>, to see if it works</p> 3 <p>Blah blah blah <a href="http://www.slashdot.org">http://www.slashdot.org</a></p> 4 <ul> 5 <li>Basic list</li> 6 <li>Basic list 2</li> 7 </ul> 8 <p>addss</p> 9 <ul> 10 <li>Lazy list</li> 11 </ul> 12 <p>An <a href="http://example.com" title="Title">example</a> (oops)</p> 13 <p>Now, let's use a footnote[^1]. Not bad, eh? 14 Let's continue.</p> 15 <p>[^1]: Here is the text of the footnote 16 continued on several lines. 17 some more of the footnote, etc.</p> 18 <pre><code>Actually, another paragraph too. 19 </code></pre> 20 <p>And then there is a little bit of text.</p>