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'])) if (isset($Block['interrupted']))
{ {
$Block['element']['text'] []= ''; $Block['element']['text'] []= '';
unset($Block['interrupted']);
} }
$Block['element']['text'] []= $matches[1]; $Block['element']['text'] []= $matches[1];

View File

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

View File

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