Skip to content

Releases: markedjs/marked

v15.0.0

09 Nov 03:02
Compare
Choose a tag to compare

15.0.0 (2024-11-09)

Bug Fixes

BREAKING CHANGES

  • escape html in renderers instead of tokenizers for all tokens.

v14.1.4

07 Nov 17:29
Compare
Choose a tag to compare

14.1.4 (2024-11-07)

Bug Fixes

v14.1.3

15 Oct 04:30
Compare
Choose a tag to compare

14.1.3 (2024-10-15)

Bug Fixes

  • include single nested parens in emStrong link mask (#3475) (2b7efa8)
  • kill SIGINT signal at man for marked --help (#3483) (b1fd3ea)

v14.1.2

08 Sep 15:31
Compare
Choose a tag to compare

14.1.2 (2024-09-08)

Bug Fixes

v14.1.1

04 Sep 00:12
Compare
Choose a tag to compare

14.1.1 (2024-09-04)

Bug Fixes

v14.1.0

26 Aug 04:00
Compare
Choose a tag to compare

14.1.0 (2024-08-26)

Bug Fixes

Features

  • add provideLexer and provideParser hooks (#3424) (447f5af)

v14.0.0

07 Aug 03:37
Compare
Choose a tag to compare

14.0.0 (2024-08-07)

Bug Fixes

BREAKING CHANGES

  • Remove old renderer
  • throw an error if async: false is set when an extension sets async: true

v13.0.3

28 Jul 17:34
Compare
Choose a tag to compare

13.0.3 (2024-07-28)

Bug Fixes

  • fix recursion-like stack overflow error caused by the old render… (#3380) (89af0b8)

v13.0.2

04 Jul 00:10
Compare
Choose a tag to compare

13.0.2 (2024-07-04)

Bug Fixes

v13.0.1

24 Jun 14:54
Compare
Choose a tag to compare

13.0.1 (2024-06-24)

Bug Fixes