I often want to display pages with line breaks in the text.
If I lay it out how I want in the editor, the parser just joins all the sentences together. If I do a double carriage return it starts a new paragraph so I end up with an extra line of space that I don't want. HTML is escaped so I can't insert <br>. Is there any way to do this? /Andrew
