krz/orgo

Lightning fast org-mode static site generator.

clone: git clone https://gitbay.org/krz/orgo.git

v0.21.0: tests/snapshots/site__footnote_render.snap · raw

 1---
 2source: tests/site.rs
 3expression: "render_fragment(\"footnote.org\")"
 4---
 5<p>Text with a reference.<sup class="footnote-ref"><a id="fnr-1" href="#fn-1">1</a></sup> And a second one.<sup class="footnote-ref"><a id="fnr-2" href="#fn-2">2</a></sup></p>
 6<p>An inline footnote.<sup class="footnote-ref"><a id="fnr-3" href="#fn-3">3</a></sup></p>
 7<section class="footnotes" aria-label="Footnotes">
 8<hr>
 9<ol>
10<li id="fn-1"><p>The first definition.</p>
11 <a class="footnote-back" href="#fnr-1" aria-label="Back to reference 1">&#8617;</a></li>
12<li id="fn-2"><p>The second definition, with <em>emphasis</em>.</p>
13 <a class="footnote-back" href="#fnr-2" aria-label="Back to reference 2">&#8617;</a></li>
14<li id="fn-3">defined right here <a class="footnote-back" href="#fnr-3" aria-label="Back to reference 3">&#8617;</a></li>
15</ol>
16</section>