cli-v0.23.1
·
5 commits
to stable
since this release
Fixes
- Preserve documents with malformed style properties — Documents with empty style properties (such as empty
<w:rPr/>tags created by LibreOffice or certain Word templates) no longer lose table content during import. The importer now skips unreadable property containers instead of discarding the entire element. - Recover documents with unreadable style records — Documents with malformed style definitions in
word/styles.xmlno longer fail to import. Invalid outline levels, tab stops, and conditional formatting entries are now skipped safely rather than aborting the entire import.