summaryrefslogtreecommitdiff
path: root/test/command
Commit message (Expand)AuthorAge
* LaTeX reader: support `\foreignlanguage` from babel.John MacFarlane2017-12-26
* RST reader: allow empty list items (as docutils does).John MacFarlane2017-12-24
* `latex_macros` extension changes.John MacFarlane2017-12-22
* Markdown reader: improved raw tex parsing.John MacFarlane2017-12-22
* RST writer: fix anchors for headers.John MacFarlane2017-12-22
* Org writer: do not wrap "-" to avoid accidental bullet listsAlexander Krotov2017-12-21
* Muse writer: don't wrap note references to the next lineAlexander Krotov2017-12-19
* Fix for #4171 fix: don't wrap note references after SoftBreakAlexander Krotov2017-12-19
* Org writer: don't allow fn refs to wrap to beginning of line.John MacFarlane2017-12-18
* OPML reader: enable raw HTML and other extensions by default for notes.John MacFarlane2017-12-17
* Fixed regression in LateX tokenization.John MacFarlane2017-12-15
* RST reader: more accurate parsing of references.John MacFarlane2017-12-14
* Markdown: Improved computation of relative cell widths in pipe tables.John MacFarlane2017-12-12
* LaTeX reader: fix \ before newline.John MacFarlane2017-12-08
* Markdown reader: accept processing instructions as raw HTML.John MacFarlane2017-12-06
* Rewrite empty_paragraphs test so it will run on Windows.John MacFarlane2017-12-04
* Markdown reader: Don't parse native div as table caption.John MacFarlane2017-12-04
* Add `empty_paragraphs` extension.John MacFarlane2017-12-04
* Test for #4113.John MacFarlane2017-12-03
* LaTeX writer: allow specifying just width or height for image size.John MacFarlane2017-12-01
* Revert "LaTeX writer: Add keepaspectratio to includegraphics..."John MacFarlane2017-12-01
* LaTeX writer: Add keepaspectratio to includegraphics...John MacFarlane2017-11-30
* Support beamer `\alert` in LaTeX reader. Closes #4091.John MacFarlane2017-11-29
* Text.Pandoc.Parsing.uri: allow `&` and `=` as word characters.John MacFarlane2017-11-14
* LaTeX reader: allow optional arguments on `\footnote`.John MacFarlane2017-11-13
* Markdown writer: fix bug with doubled footnotes in grid tables.John MacFarlane2017-11-13
* LaTeX reader: support column specs like `*{2}{r}`.John MacFarlane2017-11-12
* LaTeX reader: allow optional args for parbox.John MacFarlane2017-11-12
* Fixed YAML metadata with "chomp" (`|-`).John MacFarlane2017-11-11
* Allow fenced code blocks to be indented 1-3 spaces.John MacFarlane2017-11-09
* Fix regression with --metadata.John MacFarlane2017-11-08
* Fix strikethrough in gfm writer.John MacFarlane2017-11-04
* Improved support for columns in HTML.John MacFarlane2017-11-02
* Fixed revealjs slide column width issues.John MacFarlane2017-11-02
* Really fix #3989.John MacFarlane2017-11-01
* Updated command test for #3989.John MacFarlane2017-11-01
* Fixed regression in parsing of HTML comments in markdown...John MacFarlane2017-10-31
* Add Millimeter constructor to Dimension in ImageSize.John MacFarlane2017-10-31
* LaTeX reader: handle `%` comment right after command.John MacFarlane2017-10-31
* Markdown reader: make sure fenced div closers work in lists.John MacFarlane2017-10-31
* Make `fenced_divs` affect the Markdown writer.John MacFarlane2017-10-31
* Added failing command test for #4007.John MacFarlane2017-10-30
* Fenced divs: ensure that paragraph at end doesn't become Plain.John MacFarlane2017-10-24
* Back to using [WARNING] and [INFO] to mark messages.John MacFarlane2017-10-23
* Implemented fenced Divs.John MacFarlane2017-10-23
* HTML reader: `htmlTag` improvements.John MacFarlane2017-10-23
* More pleasing presentation of warnings and info messages.John MacFarlane2017-10-23
* Fixed test for change in log level.John MacFarlane2017-10-23
* LaTeX Reader: support \lettrinemb212017-10-22
* LaTeX reader: support `\expandafter`.John MacFarlane2017-10-19