summaryrefslogtreecommitdiff
path: root/test/command/3494.md
Commit message (Collapse)AuthorAge
* Add `empty_paragraphs` extension.John MacFarlane2017-12-04
| | | | | | | | | | | | | | | | * 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.
* Make sure \write18 is parsed as raw LaTeX.John MacFarlane2017-07-12
| | | | | The change is in the LaTeX reader's treatment of raw commands, but it also affects the Markdown reader.
* Update command tests to include stderr output.John MacFarlane2017-05-25
|
* LaTeX reader: allow newpage, clearpage, pagebreak in inline contextsJohn MacFarlane2017-03-06
as well as block contexts. Closes #3494.