Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert #1464 #1497

Merged
merged 1 commit into from Jun 12, 2019
Merged

revert #1464 #1497

merged 1 commit into from Jun 12, 2019

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
This was referenced Apr 23, 2020
zhenalexfan pushed a commit to zhenalexfan/MarkdownHan that referenced this pull request Nov 8, 2021
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