diff --git a/Parsedown.php b/Parsedown.php index 17f54e4..75b6762 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -558,6 +558,11 @@ class Parsedown return $Block; } + if ($Line['text'][0] === '[' and $this->blockReference($Line)) + { + return $Block; + } + if ( ! isset($Block['interrupted'])) { $text = preg_replace('/^[ ]{0,4}/', '', $Line['body']);