1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

match blockquote comment

This commit is contained in:
Emanuil 2013-09-19 23:28:12 +03:00
parent 34035316df
commit 033c2b78c1

View File

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