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:
parent
34035316df
commit
033c2b78c1
@ -266,7 +266,7 @@ class Parsedown
|
||||
}
|
||||
}
|
||||
|
||||
# Quote Block
|
||||
# Blockquote
|
||||
|
||||
if (isset($line) and $line !== '' and preg_match('/^[ ]*>[ ]?(.*)/', $line, $matches))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user