1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
<hr />
<h2>title: testing the footnotes bug</h2>
<p>Lorem ipsum dolor sit amet. Aliqua cillum, eu velit.<sup class="footnote-ref" id="fnref-note1"><a href="#fn-note1">1</a></sup> Velit deserunt adipiscing adipiscing ullamco exercitation.</p>
<ul>
<li>this is a list item</li>
<li>this is a list item<sup class="footnote-ref" id="fnref-note2"><a href="#fn-note2">2</a></sup></li>
<li>this is a list item<sup class="footnote-ref" id="fnref-note3"><a href="#fn-note3">3</a></sup></li>
</ul>
<p>Lorem ipsum dolor sit amet. Adipiscing<sup class="footnote-ref" id="fnref-note4"><a href="#fn-note4">4</a></sup> adipiscing ullamco, exercitation sint. Exercitation sint, fugiat exercitation voluptate amet.</p>
<div class="footnotes">
<hr />
<ol>
<li id="fn-note1">
<p>this should be the first note <a href="#fnref-note1" class="footnoteBackLink" title="Jump back to footnote 1 in the text.">↩</a></p>
</li>
<li id="fn-note2">
<p>this should be the second note <a href="#fnref-note2" class="footnoteBackLink" title="Jump back to footnote 2 in the text.">↩</a></p>
</li>
<li id="fn-note3">
<p>this should be the third note <a href="#fnref-note3" class="footnoteBackLink" title="Jump back to footnote 3 in the text.">↩</a></p>
</li>
<li id="fn-note4">
<p>this should be the fourth note <a href="#fnref-note4" class="footnoteBackLink" title="Jump back to footnote 4 in the text.">↩</a></p>
</li>
</ol>
</div>
|