aboutsummaryrefslogtreecommitdiff
path: root/tests/extensions/extra/footnote_placeholder_depth.html
blob: 60c2bbb64a9691ccd7fbc6f3f644436d657b3d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<blockquote>
<blockquote>
<div class="footnote">
<hr />
<ol>
<li id="fn:1">
<p>A Footnote.&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p>
</li>
</ol>
</div>
<p>Some text with a footnote<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup>.</p>
</blockquote>
</blockquote>