https://bugzilla.wikimedia.org/show_bug.cgi?id=53548
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- Related Parsoid behavior (this is serialization of new content): ----------------------- [subbu@earth lib] echo "<table><tbody><tr><td>foo</td></tr></tbody></table> a" | node parse --html2wt {| |foo |} <nowiki> </nowiki>a ----------------------- The following is for existing content in wikitext ----------------------- [subbu@earth lib] echo "{|\n|a\n|} a" | node parse --wt2wt {| |a |} a ----------------------- So, Parsoid does not split the line after the table if it is old content, but does if it is new content and can introduce a <nowiki> Since the report states that happens no matter what is edited on the page, my suspicion is that the HTML has a newline break after the <table> added by VE. Requires further investigation that I cannot do right now, but hope this is good for starters. Adding others who might have time to investigate. -- 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
