As you found out spaces and multiple blank lines are ignored. If I want more space I wrap the text I want to have more space above or below and use CSS such as the following.
HTML Code:
<div style="margin-bottom:30px;">Line 1</div>
Line 2
This will give you one line with 30px under it.