| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-06 | ODT reader: Support attr `text:continue-numbering` (#8998) | Stephan Meijer | |
| Closes #8979. | |||
| 2023-01-29 | ODT reader: fix blockquote indent detection | Daniel Kessler | |
| The ODT reader is supposed to detect blockquotes by checking a paragraph style's indentation level. But it's broken for two reasons: * The parser fails on non-integers. So "1in" will get read as 25mm, but "1.0in" fails. By default, the Quotations style is "0.3937in". * The reader doesn't check indentation levels of parent styles. In my test documents, LibreOffice often creates child styles for individual paragraphs, so it's important to check parents (ODT files created by the Pandoc ODT writer don't have this issue though). I added a new test "blockquote2" whose ODT file is generated directly from the corresponding Markdown file with pandoc. Fixes #3437. | |||
| 2022-01-02 | Odt: Add list-header | Tuong Nguyen Manh | |
| The list-header is a type of list-item. Therefore, it will be treated exactly like one. | |||
| 2021-03-31 | Treat tabs as spaces in ODT Reader. (#7185) | niszet | |
| 2020-04-15 | Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors | despresc | |
| 2020-04-15 | Adapt to the newest Table type, fix some previous adaptation issues | despresc | |
| - Writers.Native is now adapted to the new Table type. - Inline captions should now be conditionally wrapped in a Plain, not a Para block. - The toLegacyTable function now lives in Writers.Shared. | |||
| 2020-04-15 | Implement the new Table type | despresc | |
| 2019-06-20 | Add a test for MathML formulas in ODT documents | blmage | |
| 2017-02-04 | Moved tests/ -> test/. | John MacFarlane | |
