Skip to content

Releases: markedjs/marked

v17.0.0

07 Nov 06:41

Choose a tag to compare

17.0.0 (2025-11-07)

Bug Fixes

BREAKING CHANGES

  • Change how consecutive text tokens work in lists
  • Simplify listItem renderer
  • Checkbox token is added in list tokenizer
  • Checkbox token add type and raw property
  • Change loose list text tokens to paragraph type in the list tokenizer

v16.4.2

06 Nov 22:29

Choose a tag to compare

16.4.2 (2025-11-06)

Bug Fixes

v16.4.1

17 Oct 07:26

Choose a tag to compare

16.4.1 (2025-10-17)

Bug Fixes

v16.4.0

07 Oct 03:35

Choose a tag to compare

16.4.0 (2025-10-07)

Bug Fixes

  • Fix backtick and code rendering in links (#3783) (302ee59)
  • fix links with square brackets in inline code break wrapping italics (#3785) (e3c0d3e)
  • Make www case-sensitive when detecting link starts (#3770) (626d961)

Features

v16.3.0

14 Sep 14:33

Choose a tag to compare

16.3.0 (2025-09-14)

Features

v16.2.1

27 Aug 13:08

Choose a tag to compare

16.2.1 (2025-08-27)

Bug Fixes

v16.2.0

18 Aug 00:58

Choose a tag to compare

16.2.0 (2025-08-18)

Features

v16.1.2

04 Aug 02:30

Choose a tag to compare

16.1.2 (2025-08-04)

Bug Fixes

  • fix multiline list item adds extra newline to raw (#3735) (e76453e)

v16.1.1

18 Jul 14:52

Choose a tag to compare

16.1.1 (2025-07-18)

Bug Fixes

  • fix stong and em tokens in angle brackets (#3731) (ad8535c)

v16.1.0

17 Jul 15:04

Choose a tag to compare

16.1.0 (2025-07-17)

Features

  • add generic types for parser and renderer output (#3722) (39a0ee3)