mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
2 lines
300 B
HTML
2 lines
300 B
HTML
<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> |