aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)AuthorFilesLines
2020-02-17Revert "Allow specifying string value in metadata using `!!literal` tag."John MacFarlane1-10/+0
2020-02-17Allow specifying string value in metadata using `!!literal` tag.John MacFarlane1-0/+10
2020-02-14Fixes: group biblatex citations even with prefix and suffix (#6058)Ethan Riley1-0/+32
2020-02-12LaTeX reader: improve caption and label parsing.John MacFarlane3-16/+17
2020-02-11LaTeX reader: resolve `\ref` to table numbers.John MacFarlane1-0/+31
2020-02-10Fix spurious dots in markdown_mmd metadata outputJohn MacFarlane1-0/+12
2020-02-08reveal.js: ensure that pauses work even in title slides.John MacFarlane1-0/+18
2020-02-05MediaWiki writer: prevent triple `[[[`.John MacFarlane1-0/+10
2020-02-05LaTeX reader: skip comments in more places where this is needed.John MacFarlane1-0/+7
2020-02-03Fix duplicate frame classes in LaTeX/Beamer output.John MacFarlane1-0/+27
2020-01-31csv reader: allow empty cells.John MacFarlane1-1/+5
2020-01-31Add Text.Pandoc.Readers.CSV (readCSV).John MacFarlane1-0/+17
2020-01-12HTML writer: fix duplicate attributes on headings.John MacFarlane1-0/+6
2020-01-10LaTeX reader: allow beamer overlays for all commands in all raw tex.John MacFarlane1-0/+8
2020-01-08LaTeX reader: improve parsing of raw environments.John MacFarlane1-0/+11
2020-01-07Fix regression in handling of columns in beamer slides.John MacFarlane1-0/+91
2020-01-07Reveal.js writer: restore old behavior for 2D nesting.John MacFarlane1-1/+19
2020-01-05Fix regression in beamer slide structure with certain slide levels.John MacFarlane1-0/+43
2020-01-05Fix revealjs slide structure regression with certain slide levels.John MacFarlane1-0/+35
2019-12-27Fix parsing bug affected indented code after raw HTML.John MacFarlane2-0/+37
2019-12-18Org reader: wrap named table in div, using name as idAlbert Krewinkel1-9/+10
2019-12-17Adjust test to work with Windows (I hope).John MacFarlane1-1/+1
2019-12-17Improved --toc generation.John MacFarlane1-0/+56
2019-12-17Improved makeSections so we don't get doubled attributes.John MacFarlane2-4/+4
2019-12-17Added test for #5986.John MacFarlane1-0/+16
2019-12-17Add section-divs command test (failing).John MacFarlane1-0/+25
2019-12-13Org reader: add table labels to caption if both are presentAlbert Krewinkel1-1/+1
2019-12-07Fix --toc-depth regression in 2.8.John MacFarlane1-0/+15
2019-12-05Roll back part of of `--shift-heading-level-by` change.John MacFarlane1-3/+2
2019-12-05HTML writer: add task-list class to ul if all elements are task list items.John MacFarlane1-4/+4
2019-12-05Fix makeSections so it doesn't turn column divs into sections.John MacFarlane1-0/+28
2019-11-25RST writers: Use grid tables for 1-column tables.John MacFarlane1-0/+40
2019-11-19Improve markdown escaping in list items.John MacFarlane1-0/+6
2019-11-15RST writer: Improve spacing for tables with no width information.John MacFarlane2-9/+68
2019-11-14Change optInputFiles to a `Maybe [FilePath]`.John MacFarlane1-1/+1
2019-11-14Allow combining `-Vheader-includes` and `--include-in-header`.John MacFarlane1-0/+2
2019-11-14Fixed some test locations and put test data files in extra-source-files.John MacFarlane8-2/+11
2019-11-14Fix regression preventing header-includes from being set using -V.John MacFarlane1-0/+8
2019-11-13Add test for #5881.John MacFarlane1-0/+14
2019-11-13Ensure there's a blank line before RST tables.John MacFarlane1-0/+36
2019-11-11Markdown reader: fix small super/subscript issue.John MacFarlane1-0/+7
2019-11-11Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5...Florian Beeres1-0/+20
2019-11-07DocBook reader: Fix bug with entities in mathphrase element.John MacFarlane1-0/+20
2019-11-07Change merge behavior for metadata.John MacFarlane1-1/+1
2019-11-03Place caption before table in OpenDocument format. (#5869)Dmitry Pogodin1-4/+4
2019-11-02LaTeX reader: Fixed dollar-math parsing...John MacFarlane1-0/+8
2019-11-02Add test for #5836.John MacFarlane1-0/+19
2019-11-02Test for macro definitions in LaTeX preamble.John MacFarlane1-0/+16
2019-11-02Add test case for #5845.John MacFarlane1-0/+16
2019-10-29T.P.W.Shared: Changed gridTables so it does better at...John MacFarlane1-6/+6