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

Treat lines matched CodeBlockSyntx as continuations of paragraphs in blockquotes #401

Merged
merged 5 commits into from
Mar 31, 2022
Merged

Treat lines matched CodeBlockSyntx as continuations of paragraphs in blockquotes #401

merged 5 commits into from
Mar 31, 2022

Conversation

chenzhiguang
Copy link
Contributor

Fix: #358

These files are updated by running `dart tool/stats.dart --update-files`
lib/src/block_parser.dart Outdated Show resolved Hide resolved
Copy link
Member

@srawlins srawlins left a comment

Choose a reason for hiding this comment

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

one nit, thanks much!

@@ -69,7 +69,7 @@
"235": "strict",
"236": "strict",
"237": "fail",
"238": "fail",
"238": "strict",
Copy link
Member

Choose a reason for hiding this comment

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

Woo hoo!!!!

@kevmoo kevmoo requested a review from srawlins March 31, 2022 16:33
Copy link
Member

@srawlins srawlins left a comment

Choose a reason for hiding this comment

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

Thanks!

@srawlins srawlins merged commit eff4b10 into dart-lang:master Mar 31, 2022
@chenzhiguang chenzhiguang deleted the Fix-multiline-quote-issue branch April 9, 2022 12:17
roubachof pushed a commit to roubachof/markdown that referenced this pull request Jul 1, 2022
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.

Multiline quote with extra spaces
3 participants