Skip to content

Latest commit

 

History

History
68 lines (30 loc) · 3.32 KB

changelog.md

File metadata and controls

68 lines (30 loc) · 3.32 KB

marked-footnote 1.2.2 (2023-12-16)

Bug Fixes

  • ensure the footnotes token is consistently reset during each parsing process (6f4d6d9), closes #34

marked-footnote 1.2.1 (2023-12-13)

Bug Fixes

  • preserve the value of the first token by leaving a space to ensure that the subsequent item is properly accessed (3e26ab5), closes #27
  • reset refs number on each parsing (d72b9da), closes #28

marked-footnote 1.2.0 (2023-12-11)

Features

  • use sequential number for footnote refs and resolve footnote order (1d53da3), closes #26

marked-footnote 1.1.3 (2023-11-26)

Bug Fixes

  • allows link in footnote content (a3e49ac), closes #23

marked-footnote 1.1.2 (2023-11-03)

Bug Fixes

  • always begin with empty footnotes items (94aa01a)

marked-footnote 1.1.1 (2023-10-26)

Bug Fixes

  • resolves ERR_REQUIRE_ESM in CommonJS mocules (f876e00)

marked-footnote 1.1.0 (2023-10-20)

Bug Fixes

  • resolves umd mime issue (f98d31a)

Features

  • build for the esm, cjs, and umd formats (30bc148)

marked-footnote 1.0.1 (2023-10-18)

Bug Fixes

  • removes the "dir" attribute from the footnotes heading (152f77e)

marked-footnote 1.0.0 (2023-10-10)

Features