1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/test/data/url_autolinking.html

3 lines
444 B
HTML
Raw Normal View History

2013-12-26 23:55:33 +04:00
<p>an autolink <a href="http://example.com">http://example.com</a></p>
2014-02-06 02:10:18 +04:00
<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>trailing slash <a href="http://example.com/">http://example.com/</a> and <a href="http://example.com/path/">http://example.com/path/</a></p>