dbuenzli / cmarkit

CommonMark parser and renderer for OCaml
https://erratique.ch/software/cmarkit
ISC License
46 stars 8 forks source link

HTML footnotes in footnotes improvements #3

Open dbuenzli opened 1 year ago

dbuenzli commented 1 year ago

The HTML support for footnotes is pretty good but footnote definitions in footnotes will not render and backlinks of footnotes in footnote definitions may be missing, especially on recursive footnotes.

Really really edgy cases but can be done :–)