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

parse code span after recursive types to resolve #44

This commit is contained in:
Emanuil Rusev
2013-12-06 01:43:55 +02:00
parent 22336a1bcc
commit 85ad014f74
5 changed files with 41 additions and 35 deletions

View File

@@ -3,4 +3,5 @@
<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 an upper case label</p>
<p><a href="http://example.com"><code>link</code></a></p>