Releases: markedjs/marked
Releases Β· markedjs/marked
v15.0.0
15.0.0 (2024-11-09)
Bug Fixes
BREAKING CHANGES
- escape html in renderers instead of tokenizers for all tokens.
v14.1.3
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.0
14.1.0 (2024-08-26)
Bug Fixes
Features
v14.0.0
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
13.0.3 (2024-07-28)
Bug Fixes
- fix recursion-like stack overflow error caused by the old render⦠(#3380) (89af0b8)