Subject: | Ill-formed HTML for lists and blockquotes |
Consider the following markdown document:
- a
Show quoted text
> b
markdown produces this ill-formed HTML:
<p><ul>
<li>a</p>
<blockquote>
<p>b</li>
</ul></p>
</blockquote>
I'm using Text-Markdown-1.0.21 (debian sid package
libtext-markdown-perl_1.0.21-1), with perl v5.10.0.