discount/tests/data/f01.html
2025-12-13 00:40:57 +04:00

23 lines
367 B
HTML

<p>is there a footnote here?<sup id="fnref:1"><a href="#fn:1" rel="footnote">1</a></sup></p>
<p>And this is not part of the footnote</p>
<div class="footnotes">
<hr/>
<ol>
<li id="fn:1">
<p>Yes, and it should have text</p>
<p><code>
code
</code></p>
<ul>
<li>And</li>
<li>A</li>
<li>List</li>
</ul>
<a href="#fnref:1" rev="footnote">&#8617;</a></li>
</ol>
</div>