diff options
| author | Benjamin Esham <benjamin@esham.io> | 2023-08-31 23:30:25 -0400 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-09-01 11:42:48 -0700 |
| commit | 9190b19fc7cfb1037fc35fa564142122eae985e6 (patch) | |
| tree | 0c81bd0706a5da68aa57d087306cb989544982eb /test/command | |
| parent | 5fe3396a221b34145c56ccfae39ab947fb407817 (diff) | |
HTML writer: use the ID prefix in the ID for the footnotes section.
In general, the ID prefix makes it possible to combine multiple pieces
of Pandoc-generated HTML with no possibility that IDs will conflict. One
exception to this was that the footnotes were always put into an element
like
<aside id="foonotes" ...>
This commit applies the ID prefix to this ID as well.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/4235.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/4235.md b/test/command/4235.md index 79114017f..adb379e92 100644 --- a/test/command/4235.md +++ b/test/command/4235.md @@ -4,7 +4,7 @@ This.^[Has a footnote.] ^D <p>This.<a href="#foofn1" class="footnote-ref" id="foofnref1" role="doc-noteref"><sup>1</sup></a></p> -<aside id="footnotes" class="footnotes footnotes-end-of-document" +<aside id="foofootnotes" class="footnotes footnotes-end-of-document" role="doc-endnotes"> <hr /> <ol> |
