https://bugzilla.wikimedia.org/show_bug.cgi?id=48460

Ed Sanders <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
          Component|Data Model                  |General
           Assignee|[email protected]      |[email protected]
            Product|VisualEditor                |Parsoid
            Summary|VisualEditor: New lines in  |Parsoid: Word next to
                   |table cells serialised to   |paragraph serializes to
                   |\n not <br />               |single line break inside a
                   |                            |table cell

--- Comment #2 from Ed Sanders <[email protected]> ---
Foo<p>Bar</p>
->
Foo\n\nBar

<table><tr><td>
Foo<p>Bar</p>
</td></tr></table>
->
{|
|Foo\nBar
|}

-- 
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

Reply via email to