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

make parser class more extensible

This commit is contained in:
Emanuil Rusev
2014-04-17 10:59:35 +03:00
parent 4e670129c8
commit 5be4491943
10 changed files with 1153 additions and 1206 deletions

View File

@@ -3,5 +3,6 @@
<p>[one][404] with no definition</p>
<p><a href="http://example.com">multiline
one</a> defined on 2 lines</p>
<p><a href="http://example.com">one</a> with an upper case label</p>
<p><a href="http://example.com">one</a> with a mixed case label and an upper case definition</p>
<p><a href="http://example.com">one</a> with the a label on the next line</p>
<p><a href="http://example.com"><code>link</code></a></p>