hello-min.html
Hello
Without any html 'tags', text will look like this. Lines will be run together. That's the intended behavior.
If you want paragraphs, use the (umm)..
..paragraph tag.
Every paragraph gets rendered as a separate 'block'
If you really want to preserve whitespace,
no matter what, .................. then
you can use the preformatted tag.
It preserves whitespace and ignores embedded tags
So there!