You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```````````````````````````````` example footnotes
277
+
This is some text. It has a citation.[^citation]
278
+
279
+
[^another-citation]: My second citation.
280
+
281
+
[^citation]: This is a long winded parapgraph that also has another citation.[^another-citation]
282
+
.
283
+
<p>This is some text. It has a citation.<sup class="footnote-ref"><a href="#fn1" id="fnref1">1</a></sup></p>
284
+
<section class="footnotes">
285
+
<ol>
286
+
<li id="fn1">
287
+
<p>This is a long winded parapgraph that also has another citation.<sup class="footnote-ref"><a href="#fn2" id="fnref2">2</a></sup> <a href="#fnref1" class="footnote-backref">↩</a></p>
288
+
</li>
289
+
<li id="fn2">
290
+
<p>My second citation. <a href="#fnref2" class="footnote-backref">↩</a></p>
0 commit comments