-
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 GFM Example 116 #1600
Fix GFM Example 116 #1600
Conversation
Only code fences made from backticks cannot have other backticks in the same line. Fences with tildes can have both tildes and backticks. This allows the tilde case to work correctly. Also test for detection of these fences as they break or do not break paragraphs.
This pull request is being automatically deployed with ZEIT Now (learn more). |
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.
lgtm 🚢
Cool. Does anything else need to happen to merge this? |
Fences after tables fixed in line with PR markedjs#1600.
Deployment failed with the following error:
|
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! 🎉
Marked version: 8.0
Markdown flavor: CommonMark & GitHub Flavored Markdown
Description
Also adds tests for detection of these fences if they should or not break paragraphs.
Implementing code as discussed in #1598 (comment)
Contributor
Committer
In most cases, this should be a different person than the contributor.