~~ lineWidth: 40, textWrap: always ~~
!! should format !!
> First line.
> Second line.

[expect]
> First line. Second line.

!! should wrap a line when it exceeds the line width !!
> First line that goes very very very long.

[expect]
> First line that goes very very very
> long.
