https://bugzilla.wikimedia.org/show_bug.cgi?id=50771
--- Comment #10 from James Forrester <[email protected]> --- (In reply to C. Scott Ananian from comment #9) > I don't think the resolution of this bug was correct. > > The PHP parser generates: > <li> x > for * x > > and > > <li>x > for *x > > I think Parsoid should be matching this behavior. > If VE wants spaces before list items in wikitext by default, it should be > inserting a space as the first character inside the <li>. No. Firstly, this isn't a VE-requested change, it's a community requested change for Parsoid to output wikitext following the behaviour expected of wikitext users, explicitly favouring "* Foo" over "*Foo". Secondly, VE doesn't care how the platform on which it is running stores the data as long as it comes back consistently in HTML. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
