Closed this issue 2 months ago · 1 comments
I have a problem with single newline being ignored.
This:
a b
...is rendered:
Any solution to this without replacing with double line breaking?
This solved it:
$Parsedown->setBreaksEnabled(true);