https://bugzilla.wikimedia.org/show_bug.cgi?id=56809
--- Comment #25 from Gabriel Wicke <[email protected]> --- Parsoid does not insert newlines where there are none: <ul><li>foo</li><li>bar</li></ul> in wikitext becomes <ul><li>foo</li><li>bar</li></ul> It does preserve newlines from wikitext though: * foo * bar * baz in wikitext becomes <ul><li> foo</li> <li> bar</li> <li> baz</li></ul> PHP + tidy inserts newlines in the first case too, which is broken. -- 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
