Closed vboulaye closed 3 years ago
fixes #82
\r will be handled like the other line break styles (\n or \r\n): pass through by default, <br/> when newLine option is set.
\r
\n
\r\n
<br/>
newLine
I referenced is as the "mac style" line break in the tests as it seems to be the old way for Mac OS to represent line breaks
looks good. Thanks.
fixes #82
\r
will be handled like the other line break styles (\n
or\r\n
): pass through by default,<br/>
whennewLine
option is set.I referenced is as the "mac style" line break in the tests as it seems to be the old way for Mac OS to represent line breaks