Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-11 | docx writer: avoid extra copy of abstractNum and num elements... | John MacFarlane | 1 | -0/+0 | |
...in numbering.xml. This caused pandoc-produced docx files to be uneditable using Word Online. The problem was that recent versions of reference.docx include samples of various kinds of text, including lists. The numering elements for these were getting copied over to the new docx, where they clashed with the autogenerated elements produced by pandoc. This didn't confuse Desktop Word, but it did confuse Word Online. Closes #5358. | |||||
2018-10-09 | Docx writer: added framework for custom properties. | John MacFarlane | 1 | -0/+0 | |
So far, we don't actually write any custom properties, but we have the infrastructure to add this. See #3034. | |||||
2018-01-27 | Docx writer tests: Add tests for custom styles | Jesse Rosenthal | 1 | -0/+0 | |