From 033c2b78c1fc297a58df4f1d772f5d5c61c4bae9 Mon Sep 17 00:00:00 2001 From: Emanuil <4thmail@gmail.com> Date: Thu, 19 Sep 2013 23:28:12 +0300 Subject: [PATCH] match blockquote comment --- Parsedown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {