https://bugzilla.wikimedia.org/show_bug.cgi?id=48460
--- Comment #3 from [email protected] --- Output on latest master. See the --html2html output. That does render back to original HTML. Can you clarify what needs fixing? ############ [subbu@earth tests] echo '<table><tr><td>Foo<p>Bar</p></td></tr></table>' | node parse --html2wt {| |Foo Bar |} ########### [subbu@earth tests] echo '<table><tr><td>Foo<p>Bar</p></td></tr></table>' | node parse --html2html <body data-parsoid='{"dsr":[0,15,0,0]}'><table data-parsoid='{"dsr":[0,14,2,2]}'> <tbody data-parsoid='{"dsr":[3,12,0,0]}'><tr data-parsoid='{"autoInsertedEnd":true,"autoInsertedStart":true,"dsr":[3,11,0,0]}'><td data-parsoid='{"autoInsertedEnd":true,"dsr":[3,11,1,0]}'>Foo <p data-parsoid='{"dsr":[8,11,0,0]}'>Bar</p></td></tr> </tbody></table> </body> ########### [subbu@earth tests] echo '<table><tr><td>Foo<p>Bar</p></td></tr></table>' | node parse --html2html [subbu@earth tests] echo '<table><tr><td>\nFoo<p>Bar</p></td></tr></table>' | node parse --html2wt {| | Foo Bar |} -- 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
