Hi, Michael Olson wrote: > > [1 <multipart/signed (7bit)>] > [1.1 <text/plain (quoted-printable)>] > Michael Welle <[EMAIL PROTECTED]> writes: > > > Is there anything like non-breaking newlines? It is an ugly way to > > insert some space, but ... ;). > > Again, I have no idea what this would be. hmm.
Input: text1 text2 Output as html: <p>text1</p> <p>text2</p> The above shows the current behaviour. The two empty lines in input are condensed to a new paragraph each. But I would like to have the following: Input: text1 <n> text2 Output as html: <p>text1</p> <p><br>text2</p> The first empty line in input results in a new paragraph. The non-breaking, hard newline or whatever one may call it, results in a <br> which injects space in the output. It's a little bit ugly, I guess, because the layout doesn't follow the semantic of the document if one use this tag. But on the other side it gives more flexibility. Michael -- biff4emacsen - A biff-like tool for (X)Emacs http://www.c0t0d0s0.de/biff4emacsen/biff4emacsen.html _______________________________________________ Muse-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/muse-el-discuss
