mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
resolve #20
This commit is contained in:
parent
097ec5e8a5
commit
40c2dcfac7
@ -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))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user