Skip to content

Commit 2ccd39f

Browse files
authored
Merge branch 'master' into fix-typos
2 parents 73e8331 + c68d342 commit 2ccd39f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/test_port/fixtures/commonmark_extras.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,3 +663,13 @@ Issue #772. Header rule should not interfere with html tags.
663663
==
664664
</pre>
665665
.
666+
667+
Issue #205. Space in link destination generates IndexError
668+
.
669+
[Contact](http:// mail.com)
670+
671+
[Contact](mailto: [email protected])
672+
.
673+
<p>[Contact](http:// mail.com)</p>
674+
<p>[Contact](mailto: [email protected])</p>
675+
.

0 commit comments

Comments
 (0)