aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-02-14Fixes: group biblatex citations even with prefix and suffix (#6058)Ethan Riley
2020-02-13Add highlight directive to the rST reader (#6140)Lucas Escot
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel
2020-02-12LaTeX reader: improve caption and label parsing.John MacFarlane
2020-02-11LaTeX reader: resolve `\ref` to table numbers.John MacFarlane
2020-02-10Fix spurious dots in markdown_mmd metadata outputJohn MacFarlane
2020-02-08reveal.js: ensure that pauses work even in title slides.John MacFarlane
2020-02-08Use <$> instead of >>= and return (#6128)Joseph C. Sible
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible
2020-02-05MediaWiki writer: prevent triple `[[[`.John MacFarlane
2020-02-05LaTeX reader: skip comments in more places where this is needed.John MacFarlane
2020-02-03Fix duplicate frame classes in LaTeX/Beamer output.John MacFarlane
2020-01-31csv reader: allow empty cells.John MacFarlane
2020-01-31Add Text.Pandoc.Readers.CSV (readCSV).John MacFarlane
2020-01-27Fix test suite for new skylighting.John MacFarlane
2020-01-15Lua filters: allow filtering of element lists (#6040)Albert Krewinkel
2020-01-12HTML writer: fix duplicate attributes on headings.John MacFarlane
2020-01-11Lua: add methods `insert`, `remove`, and `sort` to pandoc.ListAlbert Krewinkel
2020-01-11pandoc.List.lua: make `pandoc.List` a callable constructorAlbert Krewinkel
2020-01-11Add tests for pandoc.List moduleAlbert Krewinkel
2020-01-10LaTeX reader: allow beamer overlays for all commands in all raw tex.John MacFarlane
2020-01-08LaTeX reader: improve parsing of raw environments.John MacFarlane
2020-01-07Jira writer: fix output of table headersAlbert Krewinkel
2020-01-07Fix regression in handling of columns in beamer slides.John MacFarlane
2020-01-07Reveal.js writer: restore old behavior for 2D nesting.John MacFarlane
2020-01-05Fix regression in beamer slide structure with certain slide levels.John MacFarlane
2020-01-05Fix revealjs slide structure regression with certain slide levels.John MacFarlane
2020-01-03Fix test/tables.orgAlbert Krewinkel
2020-01-03Org writer: remove extra spaces from table cellsAlbert Krewinkel
2020-01-01LaTeX writer: properly handle unnumbered headings level 4+.John MacFarlane
2019-12-30Update JATS dtd (#6020)Arfon Smith
2019-12-27Fix parsing bug affected indented code after raw HTML.John MacFarlane
2019-12-21HTML reader tests: modify round-trip tests...John MacFarlane
2019-12-20Jira writer: use jira-wiki-markup rendererAlbert Krewinkel
2019-12-19Org reader: fix parsing problem for colons in headlineAlbert Krewinkel
2019-12-18Org reader: wrap named table in div, using name as idAlbert Krewinkel
2019-12-17Add jira reader (#5913)Albert Krewinkel
2019-12-17Adjust test to work with Windows (I hope).John MacFarlane
2019-12-17Improved --toc generation.John MacFarlane
2019-12-17Improved makeSections so we don't get doubled attributes.John MacFarlane
2019-12-17Added test for #5986.John MacFarlane
2019-12-17Add section-divs command test (failing).John MacFarlane
2019-12-13Org reader: add table labels to caption if both are presentAlbert Krewinkel
2019-12-11ConTeXt template: Adjustments to title formatting (#5949)Denis Maier
2019-12-07Fix --toc-depth regression in 2.8.John MacFarlane
2019-12-05Keep the \author{} command even if author is not specified (#5961)Yihui Xie
2019-12-05Roll back part of of `--shift-heading-level-by` change.John MacFarlane
2019-12-05HTML-based templates: Add CSS to suppress bullet on unordered task lists.John MacFarlane
2019-12-05HTML writer: add task-list class to ul if all elements are task list items.John MacFarlane