Open velara3 opened 10 years ago
When exporting a Table Cell Element, the contents of the cell are not exported. For example, a table cell with a paragraph that says "Hello world" should export the following:
<table> <tr> <td><p>Hello World</p></td> </tr> </table>
Or:
<table> <tr> <td><TextFlow><p>Hello World</p></TextFlow></td> </tr> </table>
but currently it is only exporting:
<table> <tr> <td /> </tr> </table>
Steps to reproduce:
It should be showing the contents of the cell but it currently does not.
When exporting a Table Cell Element, the contents of the cell are not exported. For example, a table cell with a paragraph that says "Hello world" should export the following:
Or:
but currently it is only exporting:
Steps to reproduce:
It should be showing the contents of the cell but it currently does not.