Skip to content

Tags: markedjs/marked

Tags

v17.0.1

Toggle v17.0.1's commit message
chore(release): 17.0.1 [skip ci]

## [17.0.1](v17.0.0...v17.0.1) (2025-11-20)

### Bug Fixes

* fix block elements in task item ([#3828](#3828)) ([921ee22](921ee22))

v17.0.0

Toggle v17.0.0's commit message
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

v16.4.2

Toggle v16.4.2's commit message
chore(release): 16.4.2 [skip ci]

## [16.4.2](v16.4.1...v16.4.2) (2025-11-06)

### Bug Fixes

* Avoid RegExp lookbehind assertions ([#3816](#3816)) ([#3817](#3817)) ([c056df0](c056df0))

v16.4.1

Toggle v16.4.1's commit message
chore(release): 16.4.1 [skip ci]

## [16.4.1](v16.4.0...v16.4.1) (2025-10-17)

### Bug Fixes

* resolve even-numbered backtick precedence issue ([#3776](#3776)) ([#3786](#3786)) ([1da8fb5](1da8fb5))

v16.4.0

Toggle v16.4.0's commit message
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))

v16.3.0

Toggle v16.3.0's commit message
chore(release): 16.3.0 [skip ci]

# [16.3.0](v16.2.1...v16.3.0) (2025-09-14)

### Features

* add emStrongMask hook ([#3749](#3749)) ([cd2b5f4](cd2b5f4))

v16.2.1

Toggle v16.2.1's commit message
chore(release): 16.2.1 [skip ci]

## [16.2.1](v16.2.0...v16.2.1) (2025-08-27)

### Bug Fixes

* allow escaped newline in link text ([#3752](#3752)) ([30c6630](30c6630))

v16.2.0

Toggle v16.2.0's commit message
chore(release): 16.2.0 [skip ci]

# [16.2.0](v16.1.2...v16.2.0) (2025-08-18)

### Features

* add def token in tokens and renderer ([#3745](#3745)) ([0769124](0769124))

v16.1.2

Toggle v16.1.2's commit message
chore(release): 16.1.2 [skip ci]

## [16.1.2](v16.1.1...v16.1.2) (2025-08-04)

### Bug Fixes

* fix multiline list item adds extra newline to raw ([#3735](#3735)) ([e76453e](e76453e))

v16.1.1

Toggle v16.1.1's commit message
chore(release): 16.1.1 [skip ci]

## [16.1.1](v16.1.0...v16.1.1) (2025-07-18)

### Bug Fixes

* fix stong and em tokens in angle brackets ([#3731](#3731)) ([ad8535c](ad8535c))