-
Notifications
You must be signed in to change notification settings - Fork 201
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
Treat lines matched CodeBlockSyntx as continuations of paragraphs in blockquotes #401
Conversation
Do not add a code block line to paragraph when preceded by a code block line
These files are updated by running `dart tool/stats.dart --update-files`
There was a problem hiding this 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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woo hoo!!!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Fix: #358