Don't Escape HTML
[email protected] ("Andrew Morgan") Wed, 30 Aug 2006 17:21:29 +0100
| Newsgroups | perl.kwiki |
|---|---|
| Message-ID | <[email protected]> |
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