Update test for last commit.
This commit is contained in:
parent
b062117ef4
commit
b74267406b
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
% pandoc --id-prefix=foo
|
||||
This.^[Has a footnote.]
|
||||
^D
|
||||
<p>This.<a href="#foofn1" class="footnote-ref" id="foofnref1"><sup>1</sup></a></p>
|
||||
<section class="footnotes">
|
||||
<p>This.<a href="#foofn1" class="footnote-ref" id="foofnref1" role="doc-noteref"><sup>1</sup></a></p>
|
||||
<section class="footnotes" role="doc-endnotes">
|
||||
<hr />
|
||||
<ol>
|
||||
<li id="foofn1"><p>Has a footnote.<a href="#foofnref1" class="footnote-back">↩</a></p></li>
|
||||
<li id="foofn1" role="doc-endnote"><p>Has a footnote.<a href="#foofnref1" class="footnote-back" role="doc-backlink">↩</a></p></li>
|
||||
</ol>
|
||||
</section>
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue