summaryrefslogtreecommitdiff
path: root/test/docx/tables_separated_with_rawblock.native
AgeCommit message (Collapse)Author
2022-01-18Docx writer: Separate tables even with RawBlocks between (#7844)Michael Hoffmann
Adjacent docx tables need to be separated by an empty paragraph. If there's a RawBlock between tables which renders to nothing, be sure to still insert the empty paragraph so that they will not collapse together. Fixes #7724