aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/url_autolinking.html
blob: 58ca94c6bd22d95336c025d412dca778eec844bd (plain) (blame)
1
2
3
<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>trailing slash <a href="http://example.com/">http://example.com/</a> and <a href="http://example.com/path/">http://example.com/path/</a></p>