Specify whether the newlines (i.e. '\n'
codes) found in the text
must be interpreted with separate lines in the generated HTML.
This option may be useful, when the text to be printed is just plain text and the newlines originally specified in it are used to make the text more readable.
When this option is selected (true
),
all '\n'
codes will be rendered with the new lines in HTML
(i.e. replaced with <br> tag).
When this option is unselected (false
),
nothing will be done about '\n'
codes,
so they will get in the output as is, which in the case of (X)HTML
is treated just as white space.