ITADN
markedjs/marked

版本发布 8

v18.0.2
? · 2026-04-18

## [18.0.2](https://github.com/markedjs/marked/compare/v18.0.1...v18.0.2) (2026-04-18) ### Bug Fixes * fix infinite loop for indented code blank line ([#3947](https://github.com/markedjs/marked/issues/3947)) ([58a52e8](https://github.com/markedjs/marked/commit/58a52e8a49c60b375b5aab8f82a339f589e79a36))

v17.0.5
? · 2026-03-20

## [17.0.5](https://github.com/markedjs/marked/compare/v17.0.4...v17.0.5) (2026-03-20) ### Bug Fixes * Fix catastrophic backtracking (ReDoS) in link/reflink label regex ([#3918](https://github.com/markedjs/marked/issues/3918)) ([4625980](https://github.com/markedjs/marked/commit/4625980454426f372f2061e294cf8899050ab229)) * prevent quadratic complexity in emStrongLDelim regex ([#3906](https://github.com/markedjs/marked/issues/3906)) ([c732dd2](https://github.com/markedjs/marked/commit/c732dd2221b611d6070e65b8c710765b54d31af4)) * prevent single-tilde strikethrough false positives ([#3910](https://github.com/markedjs/marked/issues/3910)) ([5e03369](https://github.com/markedjs/marked/commit/5e03369db4107dc0c344fc84516c24a115b13b7e)) * re-assign tokenizer.lexer and renderer.parser at start of each parse call ([#3907](https://github.com/markedjs/marked/issues/3907)) ([f3a3ec0](https://github.com/markedjs/marked/commit/f3a3ec05cb6b4b0b122c83b3fa59abce0da9fe73)) * trim trailing whitespace from lheading text ([#3920](https://github.com/markedjs/marked/issues/3920)) ([3ea7e88](https://github.com/markedjs/marked/commit/3ea7e88e15bb3d67706196c781bd6a6510adfb1d))

v16.4.2
? · 2025-11-06

## [16.4.2](https://github.com/markedjs/marked/compare/v16.4.1...v16.4.2) (2025-11-06) ### Bug Fixes * Avoid RegExp lookbehind assertions ([#3816](https://github.com/markedjs/marked/issues/3816)) ([#3817](https://github.com/markedjs/marked/issues/3817)) ([c056df0](https://github.com/markedjs/marked/commit/c056df082cce077e49a2b8c45d51ef819c7a0b44))

v16.4.0
? · 2025-10-07

# [16.4.0](https://github.com/markedjs/marked/compare/v16.3.0...v16.4.0) (2025-10-07) ### Bug Fixes * Fix backtick and code rendering in links ([#3783](https://github.com/markedjs/marked/issues/3783)) ([302ee59](https://github.com/markedjs/marked/commit/302ee59b2b2f09450064a7b90a013bc6da5e16f4)) * fix links with square brackets in inline code break wrapping italics ([#3785](https://github.com/markedjs/marked/issues/3785)) ([e3c0d3e](https://github.com/markedjs/marked/commit/e3c0d3e208c80daca2c9fbb68f125f060cd30fc3)) * Make `www` case-sensitive when detecting link starts ([#3770](https://github.com/markedjs/marked/issues/3770)) ([626d961](https://github.com/markedjs/marked/commit/626d961335c95e3712469564ab8b15d028600fde)) ### Features * Add async provideParser provideLexer ([#3756](https://github.com/markedjs/marked/issues/3756)) ([09577e5](https://github.com/markedjs/marked/commit/09577e569bff7b6c07c315f54afce0a0f1806584))

v16.3.0
? · 2025-09-14

# [16.3.0](https://github.com/markedjs/marked/compare/v16.2.1...v16.3.0) (2025-09-14) ### Features * add emStrongMask hook ([#3749](https://github.com/markedjs/marked/issues/3749)) ([cd2b5f4](https://github.com/markedjs/marked/commit/cd2b5f479768bae1082a10d7558177c92f1e0189))

v16.2.1
? · 2025-08-27

## [16.2.1](https://github.com/markedjs/marked/compare/v16.2.0...v16.2.1) (2025-08-27) ### Bug Fixes * allow escaped newline in link text ([#3752](https://github.com/markedjs/marked/issues/3752)) ([30c6630](https://github.com/markedjs/marked/commit/30c66301f926e4f80bae2d4c08635eb60228ee74))

v16.1.2
? · 2025-08-04

## [16.1.2](https://github.com/markedjs/marked/compare/v16.1.1...v16.1.2) (2025-08-04) ### Bug Fixes * fix multiline list item adds extra newline to raw ([#3735](https://github.com/markedjs/marked/issues/3735)) ([e76453e](https://github.com/markedjs/marked/commit/e76453e64e52cd264911994a81778fa1e486054f))

v16.1.1
? · 2025-07-18

## [16.1.1](https://github.com/markedjs/marked/compare/v16.1.0...v16.1.1) (2025-07-18) ### Bug Fixes * fix stong and em tokens in angle brackets ([#3731](https://github.com/markedjs/marked/issues/3731)) ([ad8535c](https://github.com/markedjs/marked/commit/ad8535c3ada13602929f54527d158a37fa16e4ee))