Skip to content

Conversation

@UziTech
Copy link
Member

@UziTech UziTech commented Jun 5, 2019

Marked version: master

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

Description

Revert #1464
Fixes #1494

#1464 fixes recursion limit for fully nested blockquotes

>> a
>> b

but it doesn't solve recursion for partially nested blockquotes

> a
>> b

I'm not sure that we should have a special case for fully nested blockquotes.

Contributor

  • Test(s) exist to ensure functionality and minimize regression

Committer

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

  • Draft GitHub release notes have been updated.
  • CI is green (no forced merge required).
  • Merge PR

@joshbruce joshbruce merged commit 5ba9ba5 into markedjs:master Jun 12, 2019
@UziTech UziTech deleted the revert-1464 branch July 1, 2019 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Uncaught TypeError: Cannot parse >a\n>>b

3 participants