Jekyll (or specifically, kramdown) supports footnotes. It would be nice to have formatting for it.
Here's an example of the generated HTML from a footnote:
<div class="footnotes">
<ol>
<li id="fn:emailteam">
<p>I wrote a <a href="https://speakerdeck.com/">presentation about email at companies</a> that I should revisit and add Missive to. <a href="#fnref:emailteam" class="reversefootnote">↩</a></p>
</li>
</ol>
</div>
Jekyll (or specifically, kramdown) supports footnotes. It would be nice to have formatting for it.
Here's an example of the generated HTML from a footnote: