add test for footnote in footnote
This commit is contained in:
parent
79fd96a2ea
commit
3f3817ebe2
3 changed files with 15 additions and 3 deletions
8
org/testdata/footnotes.html
vendored
8
org/testdata/footnotes.html
vendored
|
@ -116,7 +116,13 @@ Rather, it will be somewhere down below in the footnotes section.</p>
|
|||
<div class="footnote-body">
|
||||
<p>
|
||||
There's multiple reasons for that. Among others, doing so requires i18n (to recognize the section) and silently
|
||||
hides content before and after the footnotes.</p>
|
||||
hides content before and after the footnotes<sup class="footnote-reference"><a id="footnote-reference-9" href="#footnote-9">9</a></sup>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footnote-definition">
|
||||
<sup id="footnote-9"><a href="#footnote-reference-9">9</a></sup>
|
||||
<div class="footnote-body">
|
||||
<p>Footnotes can be linked from another footnote's definition.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue