Open alkshendra opened 7 years ago
Basically,
<p>This is something nice</p>
should render as: This is something nice.
This is something nice
instead of:
Right now, the line break inside the paragraph is being taken into account, which is not valid.
Basically,
should render as:
This is something nice
.instead of:
Right now, the line break inside the paragraph is being taken into account, which is not valid.