diff --git a/Parsedown.php b/Parsedown.php index c422078..afff817 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -1052,7 +1052,7 @@ class Parsedown 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( 'markup' => $excerpt[1],