diff --git a/Parsedown.php b/Parsedown.php index 91b28b4..e3ad230 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -458,7 +458,7 @@ class Parsedown { substr($line, -2) === ' ' and $line = substr($line, 0, -2) - and $line .= '
'; + and $line .= '
'; if (isset($paragraph)) {