Michael Welle <[EMAIL PROTECTED]> writes: > 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.
Ah. It might indeed be nice to have such a tag, since it would make long nested lists more compact, for people who don't like having to do the following. - A line. Another line in the same list item. Looks like we need to discuss another markup addition. How about we use the <br> tag for this, which would get translated to "\\" in LaTeX, and so on? Then people could do the following. - A line<br> Another line in the same list item. One thing that worries me is that I seem to recall that some browsers ignore <br> when nested just after a <p> or just before a </p> in valid XHTML 1.0. Can someone verify whether this is so? -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net /` |\ | | | IRC: freenode.net/mwolson: #emacs, #hcoop, #muse, #PurdueLUG |_] | \| |_| Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC
pgpQxT0tXJ2n6.pgp
Description: PGP signature
_______________________________________________ Muse-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/muse-el-discuss
