UNPKG

markdown

Version:

A sensible Markdown parser for javascript

17 lines (13 loc) 650 B
<p>This is sentence has a footnote foo<sup class="footnote-ref" id="fnref-foo"><a href="#fn-foo">1</a></sup> and whamo[^whamo].</p> <p>This is another para with a numbered footnote<sup class="footnote-ref" id="fnref-6"><a href="#fn-6">2</a></sup>.</p> <div class="footnotes"> <hr /> <ol> <li id="fn-foo"> <p>Here is the body of the footnote foo.&nbsp;<a href="#fnref-foo" class="footnoteBackLink" title="Jump back to footnote 1 in the text.">&#8617;</a></p> </li> <li id="fn-6"> <p>Here is the body of the footnote 6.&nbsp;<a href="#fnref-6" class="footnoteBackLink" title="Jump back to footnote 2 in the text.">&#8617;</a></p> </li> </ol> </div>