-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
fix: blockquote code continuation #3264
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
UziTech
force-pushed
the
blockquote-test
branch
from
April 20, 2024 23:27
a4980a7
to
a988a86
Compare
UziTech
force-pushed
the
blockquote-test
branch
from
April 20, 2024 23:45
a988a86
to
701a86d
Compare
UziTech
changed the title
test blockquote
fix: fix blockquote code continuation and add space token after
Apr 21, 2024
UziTech
changed the title
fix: fix blockquote code continuation and add space token after
BREAKING CHANGE: fix blockquote code continuation and add space token after
Apr 22, 2024
UziTech
requested review from
styfle,
joshbruce,
davisjam and
calculuschild
and removed request for
calculuschild
April 22, 2024 04:32
UziTech
changed the title
BREAKING CHANGE: fix blockquote code continuation and add space token after
fix: blockquote code continuation
Jun 12, 2024
github-actions bot
pushed a commit
that referenced
this pull request
Jun 12, 2024
# [13.0.0](v12.0.2...v13.0.0) (2024-06-12) ### Bug Fixes * blockquote code continuation ([#3264](#3264)) ([7ab8185](7ab8185)) ### Features * Send token objects to renderers ([#3291](#3291)) ([1ce59ea](1ce59ea)) ### BREAKING CHANGES * extensions that change marked renderers will need to be updated and use new option `useNewRenderer` * add space token after blockquote and hr if there are multiple newlines
This was referenced Sep 13, 2024
This was referenced Sep 18, 2024
This was referenced Sep 24, 2024
This was referenced Sep 25, 2024
This was referenced Nov 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Marked version: 12.0.2
Description
Fix blockquote continuation for code blocks
Fixes CommonMark #236
Fixes CommonMark #237
also adds space token after blockquote and hr if there are multiple newlines. fixes #3167.
I believe this will be a breaking change since tokens will change even though the output won't change.
Contributor
Committer
In most cases, this should be a different person than the contributor.