According to GFM spec these shouldn't infact be recognised

This commit is contained in:
Aidan Woods 2019-03-26 21:40:02 +00:00
parent 99525fdd76
commit d32f5de2fe
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
<p>an autolink <a href="http://example.com">http://example.com</a></p> <p>an autolink <a href="http://example.com">http://example.com</a></p>
<p>inside of brackets [<a href="http://example.com">http://example.com</a>], inside of braces {<a href="http://example.com">http://example.com</a>}, inside of parentheses (<a href="http://example.com">http://example.com</a>)</p> <p>inside of parentheses (<a href="http://example.com">http://example.com</a>)</p>
<p>trailing slash <a href="http://example.com/">http://example.com/</a> and <a href="http://example.com/path/">http://example.com/path/</a></p> <p>trailing slash <a href="http://example.com/">http://example.com/</a> and <a href="http://example.com/path/">http://example.com/path/</a></p>

View File

@ -1,5 +1,5 @@
an autolink http://example.com an autolink http://example.com
inside of brackets [http://example.com], inside of braces {http://example.com}, inside of parentheses (http://example.com) inside of parentheses (http://example.com)
trailing slash http://example.com/ and http://example.com/path/ trailing slash http://example.com/ and http://example.com/path/