diff --git a/Parsedown.php b/Parsedown.php index 29e5fc8..d9b4673 100644 --- a/Parsedown.php +++ b/Parsedown.php @@ -583,7 +583,7 @@ class Parsedown return $Block; } - elseif ($Block['indent'] === $Line['indent']) + elseif ($Block['indent'] === $Line['indent'] and $l = $this->blockList($Line)) { return null; }