(Erik Moeller erik_moeller@gmx.de): Just because you're currently talking about the parser I thought I might bring up an issue which should be fixed in a next generation parser:
- foo bar
foo
Becomes
<UL><LI>foo bar </LI></UL> foo
It should become
<UL><LI>foo bar foo </LI></UL>
I generally agree that wiki markup should not span linebreaks, but here I think it should at least span single linebreaks. Otherwise it gets very hard to format bullets with long paragraphs:
We had a discussion about this a few weeks ago, and while I agree with your position (that line breaks should not affect block-level markup), we seem to be in the minority on that.