Back (Current repo: lowdown)

fork of lowdown from https://kristaps.bsd.lv
To clone this repository:
git clone https://git.viktor1993.net/lowdown.git
Log | Download | Files | Refs | LICENSE

bang-before-footnote.html (224B)


<p>This is a test!<sup id="fnref1"><a href="#fn1" rel="footnote">1</a></sup></p>

<div class="footnotes">
<hr/>
<ol>

<li id="fn1">
<p>footnote text.&#160;<a href="#fnref1" rev="footnote">&#8617;</a></p>
</li>

</ol>
</div>