Paragraphs within tables show differently between RTE and render
Here's a table with cells containing multiple paragraphs: <table> <tr> <th>aw</th> <th>awa</th> </tr> <tr> <td> A single paragraph. A second paragraph! </td> <td>Nyonk.</td> </tr> </table> Here's how it currently looks in the RTE: > ![image](/uploads/e8e1375b23d63f0de0176aa5d86036c6/image.png){width=271 height=149} Here's how it currently previews: > ![image](/uploads/25e121ecfba5e96dadaaf05bb6c4b7f9/image.png){width=269 height=153} Note that the paragraphs get spaced out in the render, but in the RTE they're shown right up next to each other. I think the RTE should be changed to match the render. Thanks to @sayobittencourt for the report!
issue