mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-04 20:25:27 +02:00
resolve #20
This commit is contained in:
@@ -458,7 +458,7 @@ class Parsedown
|
|||||||
{
|
{
|
||||||
substr($line, -2) === ' '
|
substr($line, -2) === ' '
|
||||||
and $line = substr($line, 0, -2)
|
and $line = substr($line, 0, -2)
|
||||||
and $line .= '<br/>';
|
and $line .= '<br />';
|
||||||
|
|
||||||
if (isset($paragraph))
|
if (isset($paragraph))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user