You can use the
tag to keep the line breaks.lorem ipsum lorem ipsum lorem ipsumThe default style for pre tags is monospaced font, but that can be overriden.
You can achieve the same effect without any extra default formatting using the white-space: pre CSS property.lorem ipsum
lorem ipsum
lorem ipsumThere are several other values for white-space, but you should refer to the documentation to choose the most fitting one.
Note that pre will treat every line break the same including the one following theortags. If you don't want them you will need to do:lorem ipsum
lorem ipsum
...Html: You may wrap them in block elements like
or
Css: You may use white-space: pre-wrap;
Js: You may use "replace" to change "n" to