- Rewrite to ESM.
- Remove
dist/
from repo (build on package publish).
- Fix crash on nested footnotes, #42.
- Fix URLs in inline footnotes, #33.
- Fix anchor links in duplicate footnotes, #13.
- Add
env.docId
support to guarantee unique ancors for differenet docements. - Add overridable helpers:
md.renderer.rules.footnote_anchor_name
&md.renderer.rules.footnote_caption
to simplify templating. - Fixed anchor symbol display on iOS, #11.
- Markdown-it 5.0.0 support. Use 1.x version for 4.x.
- Markdown-it 4.0.0 support. Use previous version for 2.x-3.x.
- First release.