mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
nested elements should render on a new line
This commit is contained in:
parent
712dd23d30
commit
e20c0a29bd
@ -563,6 +563,11 @@ class Parsedown
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$markup .= $text;
|
$markup .= $text;
|
||||||
|
|
||||||
|
if (isset($elements[2]))
|
||||||
|
{
|
||||||
|
$markup .= "\n";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user