replaceNormalNewLinesToBr property
Replace all new lines (\n) to <br>
You will need to ensure of your html content has not
wrapped into a <html>
or <body>
tags
because this will replace all ones, without
ensure if the tag to the left of the new line
is a common tags (<p>
,<li>
,<h1>
,etc) or a body tags
Implementation
final bool replaceNormalNewLinesToBr;