Re: Don't Escape HTML

[email protected] (David Masover) Wed, 30 Aug 2006 11:38:53 -0500
Newsgroups perl.kwiki
Message-ID <[email protected]>
Andrew Morgan wrote:
> 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.

If they really are paragraphs, then this is how you should do it.  You 
can use CSS to push the paragraphs together, indent them, and do 
anything else you might do with a paragraph in a word processor.