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:
> {width=271 height=149}
Here's how it currently previews:
> {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