File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,8 @@ Issue #193 - unescaped left angle brackets in link destination
81
81
82
82
[a]: <te<st>
83
83
.
84
- <p><a href="%3Cte%3Cst%3E">a</a></p>
84
+ <p>[a]</p>
85
+ <p>[a]: <te<st></p>
85
86
````````````````````````````````
86
87
87
88
Issue #192 - escaped spaces in link destination
@@ -118,8 +119,9 @@ Issue #530 - link parsing corner cases
118
119
)
119
120
.
120
121
<p>[a](\ b)</p>
121
- <p><a href="%3C%3Cb">a</a></p>
122
- <p><a href="%3Cb">a</a></p>
122
+ <p>[a](<<b)</p>
123
+ <p>[a](<b
124
+ )</p>
123
125
````````````````````````````````
124
126
125
127
Issue commonmark#526 - unescaped ( in link title
@@ -145,3 +147,10 @@ opener.
145
147
</style>
146
148
````````````````````````````````
147
149
150
+ Issue #289.
151
+
152
+ ```````````````````````````````` example
153
+ [a](<b) c>
154
+ .
155
+ <p>[a](<b) c></p>
156
+ ````````````````````````````````
You can’t perform that action at this time.
0 commit comments