Releases: markedjs/marked
Releases · markedjs/marked
v2.0.0
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
1.2.9 (2021-02-03)
Bug Fixes
- allow sublist to be single space in pedantic (#1924) (1e36afd)
v1.2.8
1.2.8 (2021-01-26)
Bug Fixes
v1.2.7
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
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
1.2.5 (2020-11-19)
Bug Fixes
v1.2.4
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.
v1.2.3
1.2.3 (2020-11-04)
Bug Fixes
v1.2.2
1.2.2 (2020-10-21)
Bug Fixes
v1.2.1
re-release of v 1.1.2 since semantic release picked up the wrong version