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