-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consider code spans when escaping Markdown styling
Previously, Markdown styling, such as _ characters, in an issue title would always be escaped. This led to unnecessary escaping when the styling characters were used within a code span (text wrapped in backticks). This commit disables the escaping of Markdown styling for text within a code span. It does not consider the case where the code span uses multiple backticks as its opening and closing delimiters. Such usage in an issue title is considered to be unlikely and the added complexity of coping with such delimiters was not felt to be justified. Fixes gh-87
- Loading branch information
1 parent
d76da27
commit ecb6647
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters