engelsystem/vendor/parsedown-0.9.0/tests/data/url_autolinking.html

2 lines
300 B
HTML
Raw Normal View History

2014-03-09 13:12:39 +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>