This commit is contained in:
Emanuil Rusev 2014-05-01 02:42:01 +03:00
parent 0eb480324c
commit 521803cdcd
3 changed files with 7 additions and 0 deletions

View File

@ -593,6 +593,8 @@ class Parsedown
if (isset($Block['interrupted']))
{
$Block['element']['text'] []= '';
unset($Block['interrupted']);
}
$Block['element']['text'] []= $matches[1];

View File

@ -1,4 +1,6 @@
<blockquote>
<p>quote
the rest of it</p>
<p>another paragraph
the rest of it</p>
</blockquote>

View File

@ -1,2 +1,5 @@
> quote
the rest of it
> another paragraph
the rest of it