I have text in db which looks like this:
<p>
blah blah
blah
</p>
When I get the text out of db and display it, I am able to get the <p></p> to make the paragraph space, but the paragraph between the lines of blah does not show up.
When I try to make it work together, I end up with new lines after the natural new line from pressing the enter, and new line from <p> so I end up with way too much space between paragraphs.
Is there a way to make sure both ways of formatting work together nicely?
\n) with<br>tags before displaying