mirror of
https://github.com/erusev/parsedown.git
synced 2025-01-17 20:58:23 +01:00
improve consistency
This commit is contained in:
parent
0820d0a607
commit
e318e66de5
@ -1052,7 +1052,7 @@ class Parsedown
|
|||||||
|
|
||||||
protected function identifyEscapeSequence($excerpt)
|
protected function identifyEscapeSequence($excerpt)
|
||||||
{
|
{
|
||||||
if (isset($excerpt[1]) && in_array($excerpt[1], $this->specialCharacters))
|
if (isset($excerpt[1]) and in_array($excerpt[1], $this->specialCharacters))
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'markup' => $excerpt[1],
|
'markup' => $excerpt[1],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user