match blockquote comment

This commit is contained in:
Emanuil 2013-09-19 23:28:12 +03:00
parent 34035316df
commit 033c2b78c1
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ class Parsedown
}
}
# Quote Block
# Blockquote
if (isset($line) and $line !== '' and preg_match('/^[ ]*>[ ]?(.*)/', $line, $matches))
{