I am trying out the Aspose.Cloud’s Wordpress plugin to determine whether to use it for providing downloadable/editable copies of our site posts.
Many of our posts use HTML tables to arrange source text in table rows and cells. We use line breaks (carriage returns, CR) to provide limited but crucial formatting within table cells.
In the exported TXT, ODT, and DOCX files, carriage returns do not appear to be preserved at all for text within HTML formatted table cells.
This issue occurs with DOCX, ODT, and TXT file exports (and I assume with other file formats as well).
Expected behavior: carriage return data is used to determine EOL (end of line) for all text within cells formatted in HTML.