This commit is contained in:
Emanuil Rusev 2015-01-15 02:45:45 +02:00
parent e61a6114b0
commit f08d017bcb
1 changed files with 5 additions and 0 deletions

View File

@ -891,6 +891,11 @@ class Parsedown
protected function blockTableContinue($Line, array $Block) protected function blockTableContinue($Line, array $Block)
{ {
if (isset($Block['interrupted']))
{
return;
}
if ($Line['text'][0] === '|' or strpos($Line['text'], '|')) if ($Line['text'][0] === '|' or strpos($Line['text'], '|'))
{ {
$Elements = array(); $Elements = array();