2018-01-10 00:29:27 +01:00
|
|
|
```
|
2018-01-10 02:45:02 +01:00
|
|
|
% pandoc --id-prefix=foo
|
2018-01-10 00:29:27 +01:00
|
|
|
This.^[Has a footnote.]
|
|
|
|
^D
|
2021-12-20 22:44:03 +01:00
|
|
|
<p>This.<a href="#foofn1" class="footnote-ref" id="foofnref1"
|
|
|
|
role="doc-noteref"><sup>1</sup></a></p>
|
2022-04-26 22:01:02 +02:00
|
|
|
<section id="footnotes" class="footnotes footnotes-end-of-document"
|
2021-12-20 22:44:03 +01:00
|
|
|
role="doc-endnotes">
|
2018-01-10 00:29:27 +01:00
|
|
|
<hr />
|
|
|
|
<ol>
|
2022-04-21 17:07:37 +02:00
|
|
|
<li id="foofn1"><p>Has a footnote.<a href="#foofnref1"
|
|
|
|
class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
2018-01-10 00:29:27 +01:00
|
|
|
</ol>
|
|
|
|
</section>
|
|
|
|
```
|