You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the dpub-aria roles doc-endnotes, doc-endnote, doc-noteref, and doc-backlink, we should be able to parse footnotes from an HTML document into pandoc Notes.
So it shouldn't be too hard to define an AST transformation that runs after the main HTML parsing and converts the note-links to proper Note elements. There is no need to change the actual parsing.
Using the dpub-aria roles
doc-endnotes
,doc-endnote
,doc-noteref
, anddoc-backlink
, we should be able to parse footnotes from an HTML document into pandocNote
s.See #4213.
The text was updated successfully, but these errors were encountered: