On Fri, Sep 15, 2006 at 10:33:42AM +1000, Nick Jenkins wrote:
About unordered lists and bold: a line starting with ** (including optional whitespace before and afterwards), immediately following an unordered list element a line above, will be treated as a nested unordered list element. Otherwise it will be treated as the beginning of bold text.
So if I'm understanding correctly, this means that:
** two
*** three
Will render as: "<p><strong> two </strong>* three</p>"
Not: "<ul><li><ul><li>two<ul><li>three</li></ul></li></ul></li></ul>"
(as MediaWiki currently does) ?
See? See?? ;-)
Cheers, -- jra