Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-28 | Mediawiki reader: improve table parsing. | John MacFarlane | 1 | -9/+11 | |
This fixes detection of table attributes and also handles `!` characters in cells. Closes #4508. | |||||
2017-12-04 | Add `empty_paragraphs` extension. | John MacFarlane | 1 | -6/+3 | |
* Deprecate `--strip-empty-paragraphs` option. Instead we now use an `empty_paragraphs` extension that can be enabled on the reader or writer. By default, disabled. * Add `Ext_empty_paragraphs` constructor to `Extension`. * Revert "Docx reader: don't strip out empty paragraphs." This reverts commit d6c58eb836f033a48955796de4d9ffb3b30e297b. * Implement `empty_paragraphs` extension in docx reader and writer, opendocument writer, html reader and writer. * Add tests for `empty_paragraphs` extension. | |||||
2017-02-21 | MediaWiki reader: fixed more table issues. | John MacFarlane | 1 | -0/+109 | |
Closes #2649. |