display javascript contians \n to brak lines in html code example
Example 1: html put newline in text with \n
white-space: pre-line;
Example 2: html newline
1st line
<br>
2nd line
white-space: pre-line;
1st line
<br>
2nd line