Fixes markdown link syntax highlighting bug (#38328)

Issue: #38049

Signed-off-by: Shivam Mittal <shivammittal99@gmail.com>
This commit is contained in:
Shivam Mittal
2017-11-14 22:16:19 +05:30
committed by Matt Bierner
parent d234464152
commit 5fd4061806
2 changed files with 0 additions and 4 deletions

View File

@@ -3266,7 +3266,6 @@
<string>(?x:
(\!\[)((?&lt;square&gt;[^\[\]\\]|\\.|\[\g&lt;square&gt;*+\])*+)(\])
# Match the link text.
([ ])? # Space not allowed
(\() # Opening paren for url
(&lt;?)(\S+?)(&gt;?) # The url
[ \t]* # Optional whitespace
@@ -3578,7 +3577,6 @@
<string>(?x:
(\[)((?&lt;square&gt;[^\[\]\\]|\\.|\[\g&lt;square&gt;*+\])*+)(\])
# Match the link text.
([ ])? # Space not allowed
(\() # Opening paren for url
(&lt;?)(.*?)(&gt;?) # The url
[ \t]* # Optional whitespace