Tags: markedjs/marked
Tags
chore(release): 17.0.5 [skip ci] ## [17.0.5](v17.0.4...v17.0.5) (2026-03-20) ### Bug Fixes * Fix catastrophic backtracking (ReDoS) in link/reflink label regex ([#3918](#3918)) ([4625980](4625980)) * prevent quadratic complexity in emStrongLDelim regex ([#3906](#3906)) ([c732dd2](c732dd2)) * prevent single-tilde strikethrough false positives ([#3910](#3910)) ([5e03369](5e03369)) * re-assign tokenizer.lexer and renderer.parser at start of each parse call ([#3907](#3907)) ([f3a3ec0](f3a3ec0)) * trim trailing whitespace from lheading text ([#3920](#3920)) ([3ea7e88](3ea7e88))
chore(release): 17.0.2 [skip ci] ## [17.0.2](v17.0.1...v17.0.2) (2026-02-11) ### Bug Fixes * fix blockquote after list ([#3888](#3888)) ([2a475a1](2a475a1)) * fix empty list item ([#3890](#3890)) ([3fc6a44](3fc6a44)) * fix list item wrong indent ([#3889](#3889)) ([e031175](e031175)) * fix list with tabs ([#3891](#3891)) ([9fc4f8e](9fc4f8e)) * fix strikethrough flanking rules ([#3882](#3882)) ([1a5b124](1a5b124))
chore(release): 17.0.0 [skip ci] # [17.0.0](v16.4.2...v17.0.0) (2025-11-07) ### Bug Fixes * only create tokens inside tokenizers ([#3755](#3755)) ([7b19231](7b19231)) ### BREAKING CHANGES * - Change how consecutive text tokens work in lists - Simplify listItem renderer - Checkbox token is added in list tokenizer - Checkbox token add type and raw property - Change loose list text tokens to paragraph type in the list tokenizer
chore(release): 16.4.0 [skip ci] # [16.4.0](v16.3.0...v16.4.0) (2025-10-07) ### Bug Fixes * Fix backtick and code rendering in links ([#3783](#3783)) ([302ee59](302ee59)) * fix links with square brackets in inline code break wrapping italics ([#3785](#3785)) ([e3c0d3e](e3c0d3e)) * Make `www` case-sensitive when detecting link starts ([#3770](#3770)) ([626d961](626d961)) ### Features * Add async provideParser provideLexer ([#3756](#3756)) ([09577e5](09577e5))
PreviousNext