Geral rules
HTML5 has same general features:
Pressing enter does not lead to new row, to get new row we need to use element br.
Second interesting feature is that sequential spaces will be reduced to 1 space.
In order to get several sequantial spaces, you can use special characted nbsp
Sample: one two
In order keep your own design use pre element.
1. Free text without using pre element:
one
two
three
2. Free text with using pre element:
one two three