diff --git a/Parsedown.php b/Parsedown.php index 0397431..2a02376 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -891,6 +891,11 @@ class Parsedown protected function blockTableContinue($Line, array $Block) { + if (isset($Block['interrupted'])) + { + return; + } + if ($Line['text'][0] === '|' or strpos($Line['text'], '|')) { $Elements = array();