-
Notifications
You must be signed in to change notification settings - Fork 147
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
Update commonmark spec from upstream (and reflect its changes) #208
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #208 +/- ##
==========================================
+ Coverage 91.75% 91.76% +0.01%
==========================================
Files 5 5
Lines 3410 3402 -8
==========================================
- Hits 3129 3122 -7
+ Misses 281 280 -1 ☔ View full report in Codecov by Sentry. |
05eab34
to
aac6db0
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
fc0f0bf
to
757e909
Compare
Namely all P and S general categories are now treated as punctuation.
* Accept "<!-->" and "<!--->" as valid HTML comments. * HTML comment now can contain "--"
Specifically, "<source>" has been removed, "<search>" added.
cc @ec1oud Spec 0.31 has just been released. This changes my plans: Will make release as soon as I get some confidence the quality (with this PR) is no worse than 0.5.1. The respective changes in code (other than update of the punctuation table) very local and quite benign so I don't expect troubles. |
This PR uses (yet unreleased) Commonmark specification from the spec repo and implements changes mandated by it.Quite possibly won't be merged into trunk until the next spec version gets released.Update: spec 0.31 has been released.