I have text saved in a database record that looks like this.
This is the text This is on a new line with a space in between
When I output it o
I linebreaks uses tag to convert new line, this will probally not preserve the empty line or you will just not see it due to css styling. You can try instead linkebrksbr that will use for new lines.
linebreaks
Hope this helps