~~ lineWidth: 40 ~~
!! should format a paragraph !!
testing this out
with multiple multiple lines
and more lines

[expect]
testing this out
with multiple multiple lines
and more lines

!! should format multiple paragraphs and keep the blank lines !!
testing this out

even more



and more
and more

[expect]
testing this out

even more

and more
and more

!! should keep non breaking spaces at start and end of line and between text items !!
 &nbsp;a&nbsp;b&nbsp;
&nbsp;&nbsp;&nbsp;c
d&nbsp;&nbsp;
e&nbsp;&nbsp;

[expect]
&nbsp;a&nbsp;b&nbsp;
&nbsp;&nbsp;&nbsp;c
d&nbsp;&nbsp;
e&nbsp;&nbsp;
