Revert "Fixes markdown link syntax highlighting bug (#38328)"

This reverts commit 5fd4061806.
This commit is contained in:
Matt Bierner
2017-11-14 11:27:05 -08:00
parent e2cb0ac35e
commit fe48d23086
2 changed files with 4 additions and 0 deletions

View File

@@ -756,6 +756,7 @@
<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
@@ -1067,6 +1068,7 @@
<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