-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Markup escaping fixes #1950
Markup escaping fixes #1950
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1950 +/- ##
==========================================
- Coverage 99.82% 99.81% -0.02%
==========================================
Files 71 71
Lines 6943 7034 +91
==========================================
+ Hits 6931 7021 +90
- Misses 12 13 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
👍
Type of changes
Checklist
Description
Changes the definition of the Rich markup tags such that they cannot contain a
[
inside them, and handles escaping of[
that previously was considered to be a tag, but is now considered part of plain text.