Footnotes from HTML are not rendered natively as footnotes #10438
Unanswered
mbanerjeepalmer
asked this question in
Q&A
Replies: 1 comment 1 reply
-
See #5294. In your case you don't have the aria-roles, so #5294 wouldn't help -- but I think that using the aria-roles is the only really reliable way to distinguish footnotes from other sorts of links. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using the following idiom (taken from https://html.spec.whatwg.org/multipage/semantics-other.html#footnotes)
Using commonmark as the output:
Instead what is expected is native footnotes: https://pandoc.org/chunkedhtml-demo/8.19-footnotes.html
I can't see any other questions about this. I must be doing something wrong at a basic level.
There is #3724 , but that focuses on reversibility, not getting it right in one shot.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions