2021-01-05 21:07:02 +01:00
|
|
|
```
|
|
|
|
% pandoc -t html
|
|
|
|
Test.[^fn]
|
|
|
|
|
|
|
|
[^fn]: Foo:
|
|
|
|
|
|
|
|
![Caption.](/image.jpg)
|
|
|
|
^D
|
|
|
|
<p>Test.<a href="#fn1" class="footnote-ref" id="fnref1" role="doc-noteref"><sup>1</sup></a></p>
|
2021-09-10 18:30:05 +02:00
|
|
|
<section class="footnotes footnotes-end-of-document" role="doc-endnotes">
|
2021-01-05 21:07:02 +01:00
|
|
|
<hr />
|
|
|
|
<ol>
|
|
|
|
<li id="fn1" role="doc-endnote"><p>Foo:</p>
|
|
|
|
<figure>
|
|
|
|
<img src="/image.jpg" alt="Caption." /><figcaption aria-hidden="true">Caption.</figcaption>
|
|
|
|
</figure>
|
|
|
|
<a href="#fnref1" class="footnote-back" role="doc-backlink">↩︎</a></li>
|
|
|
|
</ol>
|
|
|
|
</section>
|
|
|
|
```
|