Description
When parsing a markdown document that contains footnotes with the option footnotes: true
passed to Earmark, the link that is inserted at the end of the footnote by Earmark has the link text set to ["↩"]
(https://github.com/RobertDober/earmark_parser/blob/5797a53a1d60003e5d0038c326bfd1e8b129c85f/lib/earmark_parser/ast/renderer/footnote_renderer.ex#L31).
When rendering the documentation as HTML via ex_doc, this link text is escaped, replacing the &
with &
, so that the literal ↩
is displayed in the text rather than the HTML entity that was intended.
It looks like ex_doc can take a verbatim: true
option when rendering a tag (
Line 49 in 7dbc937
Metadata
Metadata
Assignees
Labels
No labels