Skip to content

Releases: markedjs/marked

v2.0.3

11 Apr 19:09
Compare
Choose a tag to compare

2.0.3 (2021-04-11)

Bug Fixes

  • actually add a type property to the def token (#2002) (47e65cf)

v2.0.2

10 Apr 20:23
Compare
Choose a tag to compare

2.0.2 (2021-04-10)

Bug Fixes

v2.0.1

27 Feb 05:52
Compare
Choose a tag to compare

2.0.1 (2021-02-27)

Bug Fixes

v2.0.0

07 Feb 22:26
Compare
Choose a tag to compare

2.0.0 (2021-02-07)

Bug Fixes

BREAKING CHANGES

  • em and strong tokenizers have been merged into one emStrong tokenizer.
  • code and text tokenizers do not get passed all tokens as a second parameter.
  • No longer supporting IE 11. IE 11 may still work but we are not committed to making sure it works with every update. We still provide an es5 version in lib/marked.js but some pollyfills may be needed for IE 11 in the future.

v1.2.9

03 Feb 19:48
Compare
Choose a tag to compare

1.2.9 (2021-02-03)

Bug Fixes

  • allow sublist to be single space in pedantic (#1924) (1e36afd)

v1.2.8

26 Jan 14:21
Compare
Choose a tag to compare

1.2.8 (2021-01-26)

Bug Fixes

v1.2.7

15 Dec 20:16
Compare
Choose a tag to compare

1.2.7 (2020-12-15)

Bug Fixes

  • Replace use of startsWith and endsWith with regex for IE11 (#1877) (4fdde20), closes #1876

v1.2.6

10 Dec 16:30
Compare
Choose a tag to compare

1.2.6 (2020-12-10)

Bug Fixes

  • fix atx heading and make regex safe (#1853) (70ee29c)
    possible breaking change: When using the block.heading rule the text provided in capture group 2 will not be trimmed of whitespace.
  • fix link with angle brackets around href (#1851) (656c3e4)

v1.2.5

19 Nov 14:32
Compare
Choose a tag to compare

1.2.5 (2020-11-19)

Bug Fixes

v1.2.4

15 Nov 02:05
Compare
Choose a tag to compare

1.2.4 (2020-11-15)

Bug Fixes

  • no strikethrough on different number of tildes (#1821) (d79f210)

Possible Breaking Change: When using the inline.del rule the text is provided in capture group 2 instead of 1.