parsedown/tests/data/url_autolinking.html

2 lines
300 B
HTML
Raw Normal View History

2013-12-26 20:55:33 +01:00
<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>