markd icon indicating copy to clipboard operation
markd copied to clipboard

Basic Footnotes implementation

Open ralsina opened this issue 9 months ago • 2 comments

This PR contains the beginnings of footnotes implementation:

  • Only supports footnotes with a single reference (should support multiple)
  • Footnote definitions only allow inline elements (should allow blocks)
  • The generated HTML is not perfectly as per spec

BUT for the basic case [^1] it works

[^1]: Something like this

ralsina avatar Mar 07 '25 19:03 ralsina