Generally you just need to add
-
white-space: pre-line;
whitespace trimmed to single whitespace or -
white-space: pre-wrap;
all whitespace preserved
to the element’s style (CSS), where you want your text rendered with line-breaks.
Generally you just need to add
white-space: pre-line;
whitespace trimmed to single whitespace or
white-space: pre-wrap;
all whitespace preserved
to the element’s style (CSS), where you want your text rendered with line-breaks.