-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 blackfriday dependency per #2994 #3857
Conversation
Btw, the test failure here is the documentation build issue addressed by PR #3856. |
LGTM |
make LG-TM work ✨ |
Signed-off-by: PJ Eby <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #3857 +/- ##
========================================
Coverage ? 23%
========================================
Files ? 126
Lines ? 24892
Branches ? 0
========================================
Hits ? 5726
Misses ? 18289
Partials ? 877 Continue to review full report at Codecov.
|
LGTM |
Signed-off-by: PJ Eby [email protected]
This PR is a pure update of the vendored blackfriday markdown processor, to fix various bugs as described in #2994, including HTML5 validity, infinite loops on certain input, and commonmark compatibility for code fence lines.