diff --git a/Parsedown.php b/Parsedown.php index 2c4208d..c252b2d 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -266,7 +266,7 @@ class Parsedown } } - # Quote Block + # Blockquote if (isset($line) and $line !== '' and preg_match('/^[ ]*>[ ]?(.*)/', $line, $matches)) {