Skip to content

fix: Fix ordered lists after blockquotes - #4003

Merged
UziTech merged 1 commit into
markedjs:masterfrom
cyphercodes:fix-4002-blockquote-ordered-list
Jun 30, 2026
Merged

fix: Fix ordered lists after blockquotes#4003
UziTech merged 1 commit into
markedjs:masterfrom
cyphercodes:fix-4002-blockquote-ordered-list

Conversation

@cyphercodes

Copy link
Copy Markdown
Contributor

Marked version:

18.0.5

Markdown flavor: Markdown.pl|CommonMark|GitHub Flavored Markdown|n/a

CommonMark / GitHub Flavored Markdown

Description

Tests

  • npm test

Contributor

  • Test(s) exist to ensure functionality and minimize regression (if no tests added, list tests covering this PR); or,
  • no tests required for this PR.
  • If submitting new feature, it has been documented in the appropriate places.

Committer

In most cases, this should be a different person than the contributor.

@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

@cyphercodes is attempting to deploy a commit to the MarkedJS Team on Vercel.

A member of the Team first needs to authorize it.

@UziTech UziTech left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix. 💯

@vercel

vercel Bot commented Jun 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
marked-website Ready Ready Preview, Comment Jun 27, 2026 7:14am

Request Review

@UziTech UziTech changed the title Fix ordered lists after blockquotes fix: Fix ordered lists after blockquotes Jun 30, 2026
@UziTech
UziTech merged commit 33928d0 into markedjs:master Jun 30, 2026
8 checks passed
github-actions Bot pushed a commit that referenced this pull request Jul 9, 2026
## [18.0.6](v18.0.5...v18.0.6) (2026-07-09)

### Bug Fixes

* Avoid O(n^2) backtracking in inline link href regex ([#4013](#4013)) ([a009808](a009808))
* Fix ordered lists after blockquotes ([#4003](#4003)) ([33928d0](33928d0))
* keep trailing text on HTML block close line for PI, declarations, and CDATA ([#3991](#3991)) ([bbb84c8](bbb84c8))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ordered list following a blockquote is incorrectly nested inside the blockquote

3 participants