unplugged-system/external/markdown/tests/extensions/extra/footnote_placeholder_depth.html

13 lines
346 B
HTML
Raw Normal View History

<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>