summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-03-08 09:21:43 -0800
committerGitHub <noreply@github.com>2023-03-08 09:21:43 -0800
commit92b3179e494391e1f717cf0314a0f3f15add5937 (patch)
tree2b4010df779e50907cec03dfdf99eb38feeca7bf /flake.lock
parentdd50fef01f5effb415e0c62a5345a0ab4eb14769 (diff)
HTML writer: Use different structure for epub footnotes. (#8676)
Many EPUB readers are thrown off by pandoc's current footnote output. Both the ol and the fact that the footnote backlink is at the end of the note seem to pose problems. With this commit, we now create a list of aside (or div) elements, instead of an ordered list. Each element begins with a note number that is linked back to the note reference. (So, the backlink occurs at the beginning rather than the end.) References: - https://kindlegen.s3.amazonaws.com/AmazonKindlePublishingGuidelines.pdf - http://kb.daisy.org/publishing/docs/html/notes.html See #8672, closes #5583. Thanks to @Porges and @lewer.
Diffstat (limited to 'flake.lock')
0 files changed, 0 insertions, 0 deletions