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

improve tests

This commit is contained in:
Emanuil Rusev
2013-12-26 21:55:33 +02:00
parent c0b7155572
commit fd42f2e864
14 changed files with 32 additions and 18 deletions

View File

@ -1 +1,2 @@
<p>Here's an autolink <a href="http://example.com">http://example.com</a>.</p>
<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>