aboutsummaryrefslogtreecommitdiff
path: root/test/command/4235.md
blob: 5b534b6d7e7b945acb9c3ffa0883e8907a1808c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```
% pandoc --id-prefix=foo
This.^[Has a footnote.]
^D
<p>This.<a href="#foofn1" class="footnote-ref" id="foofnref1"
role="doc-noteref"><sup>1</sup></a></p>
<section class="footnotes footnotes-end-of-document"
role="doc-endnotes">
<hr />
<ol>
<li id="foofn1" role="doc-endnote"><p>Has a footnote.<a
href="#foofnref1" class="footnote-back"
role="doc-backlink">↩︎</a></p></li>
</ol>
</section>
```