Skip to content

Linebreaks are not shown in post body #50

@APB9785

Description

@APB9785

Somewhere in the Markdown parsing/HTML sanitizing pipeline, line breaks are getting removed.

"linetext\r\r\r\rsecondline"

becomes

<p>linetext</p>
<p>secondline</p>

This is probably working as intended for the library, but we need to eventually give the users the ability to put a linebreak between paragraphs i.e.

<p>linetext</p>
<br>
<p>secondline</p>

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions