We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IndexError
1 parent 32097fb commit c68d342Copy full SHA for c68d342
1 file changed
tests/test_port/fixtures/commonmark_extras.md
@@ -663,3 +663,13 @@ Issue #772. Header rule should not interfere with html tags.
663
==
664
</pre>
665
.
666
+
667
+Issue #205. Space in link destination generates IndexError
668
+.
669
+[Contact](http:// mail.com)
670
671
+[Contact](mailto: mail@mail.com)
672
673
+<p>[Contact](http:// mail.com)</p>
674
+<p>[Contact](mailto: mail@mail.com)</p>
675
0 commit comments