cases/minimal.html
10 lines · 478 bytes
1<p>A single paragraph of preamble text before any heading.</p>
2<h2 id="first">First Heading</h2>
3<p>Some body text with <strong>bold</strong>, <em>italic</em>, and <code class="verbatim">verbatim</code>.</p>
4<h3 id="a-subheading">A Subheading <span class="tag">tag1</span> <span class="tag">tag2</span></h3>
5<ul>
6<li>an unordered item</li>
7<li>another with a checkbox [ ]</li>
8</ul>
9<h2 id="second-heading">Second Heading</h2>
10<p>See <a href="#first">the first heading</a>.</p>