summaryrefslogtreecommitdiff
path: root/test/command
Commit message (Expand)AuthorAge
* Markdown reader: Fix parsing bug with nested fenced divs.John MacFarlane2018-01-20
* RST reader: fix parsing of headers with trailing space.John MacFarlane2018-01-20
* Markdown reader: don't coalesce adjacent raw LaTeX blocks...John MacFarlane2018-01-17
* RST reader: add aligned environment when needed in math.John MacFarlane2018-01-14
* Markdown reader: Improved inlinesInBalancedBrackets.John MacFarlane2018-01-14
* LaTeX reader: pass through macro defs in rawLaTeXBlock...John MacFarlane2018-01-13
* LaTeX reader: allow macro definitions inside macros.John MacFarlane2018-01-13
* RST reader: better handling for headers with an anchor.John MacFarlane2018-01-10
* Fixed a test case so it works on windows too.John MacFarlane2018-01-09
* HTML writer: Fixed footnote backlinks with --id-prefix.John MacFarlane2018-01-09
* LaTeX reader: be more tolerant of `&` character.John MacFarlane2017-12-28
* Merge pull request #4184 from mb21/html-reader-figcaptionJohn MacFarlane2017-12-27
|\
| * HTML Reader: be more forgiving about figcaptionmb212017-12-23
* | HTML reader: parse div with class `line-block` as LineBlock.John MacFarlane2017-12-27
* | 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