Marked Versions Save

A markdown parser and compiler. Built for speed.

v12.0.2

2 weeks ago

12.0.2 (2024-04-19)

Bug Fixes

v12.0.1

2 months ago

12.0.1 (2024-03-06)

Bug Fixes

v12.0.0

3 months ago

12.0.0 (2024-02-03)

Bug Fixes

BREAKING CHANGES

  • changes to spec
  • Update HTML block tags: add search, remove source
  • Update punctuation to include unicode punctuation and symbol categories
  • Update HTML comment to include <!--> and <!--->

v11.2.0

3 months ago

11.2.0 (2024-01-27)

Bug Fixes

Features

v11.1.1

4 months ago

11.1.1 (2023-12-31)

Bug Fixes

  • improve lexing inline elements step's performance (#3146) (4f87b2a)

v11.1.0

4 months ago

11.1.0 (2023-12-12)

Features

v11.0.1

5 months ago

11.0.1 (2023-12-08)

Bug Fixes

v11.0.0

5 months ago

11.0.0 (2023-11-29)

Bug Fixes

BREAKING CHANGES

  • Lexer.rules object has been changed so it can be properly types. Some intermediate rules have been removed.

v10.0.0

5 months ago

10.0.0 (2023-11-11)

Bug Fixes

BREAKING CHANGES

  • drop support for node v16

v9.1.6

5 months ago

9.1.6 (2023-11-10)

Bug Fixes

  • fix instance options sent to lexer and parser (#3073) (f9d08cc)