aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-03-02Use XDG data directory for user data directory.John MacFarlane
2019-02-27Powerpoint writer: add tests for underline.Jesse Rosenthal
2019-02-25Shared.compactify: Avoid mixed lists.John MacFarlane
2019-02-23JATS reader: fix parsing of figures.John MacFarlane
2019-02-22Add section identifiers support for FB2 writer (#5315)John
2019-02-18Docx reader tests: fix test file with trailing space.Jesse Rosenthal
2019-02-18Docx reader: add tests for trimming last inline.Jesse Rosenthal
2019-02-18Muse reader: add secondary note supportAlexander Krotov
2019-02-18Muse writer: escape secondary notesAlexander Krotov
2019-02-15Markdown reader: fix bug parsing fenced code blocks.John MacFarlane
2019-02-12Docx reader: Add test for reading sdts in footnotes.Jesse Rosenthal
2019-02-10Use latest skylighting.John MacFarlane
2019-02-10JATS writer: wrap figure caption in <p> to fix validation (#5292)Mauro Bieg
2019-02-09Added simple ipynb reader/writer tests.John MacFarlane
2019-02-09Fixed asciidoc display math in list contexts.John MacFarlane
2019-02-09Asciidoctor writer sets the stem attribute if it contains latexmathTG
2019-02-09Adds Asciidoctor sprcific writer and testsTG
2019-02-09AsciiDoc Writer: DisplayMath as asciidoc latexmath blockTG
2019-02-08Improve tight/loose list handling.John MacFarlane
2019-02-06Docx reader: Tests for alternate document.xmlJesse Rosenthal
2019-02-06Muse reader: test that block level markup does not break <verbatim>Alexander Krotov
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-02-04Markdown reader: add newline when parsing blocks in YAML.John MacFarlane
2019-02-02Update test for last commit.John MacFarlane
2019-02-02HTML5 writer: implement WAI-ARIA roles for (end)notes.John MacFarlane
2019-02-01LaTeX writer: avoid `{}` after control sequences when escaping.John MacFarlane
2019-01-31LaTeX reader: don't let `\egroup` match `{`.John MacFarlane
2019-01-31Tests: avoid calling findPandoc multiple times.John MacFarlane
2019-01-31Old tests: remove need for temp files by using pipeProcess.John MacFarlane
2019-01-30Org reader: add support for #+SELECT_TAGS.leungbk
2019-01-26Improve writing metadata for docx, pptx and odt (#5252)Agustín Martín Barbero
2019-01-25MediaWiki reader: use `_` instead of `-` in auto-identifiers.John MacFarlane
2019-01-25LaTeX template: Set default listings language for lua, assembler.John MacFarlane
2019-01-22LaTeX reader: support `\endinput`. Closes #5233.John MacFarlane
2019-01-22LaTeX template: Respect `numbersections` for books (#5235)Andrew Dunning
2019-01-21HTML and markdown: treat textarea as a verbatim environment.John MacFarlane
2019-01-16Fix tests for sample custom writer tablesAlbert Krewinkel
2019-01-13data/pandoc.lua: auto-fix nested constructor argumentsAlbert Krewinkel
2019-01-12LaTeX template: Simplify fontspec usage (#5218)Andrew Dunning
2019-01-10LaTeX template: Prevent scaling of main font (#5212)Andrew Dunning
2019-01-09RST reader: change treatment of `number-lines` directives. (#5207)Brian Leung
2019-01-08Removed superfluous sourceCode class on code blocks.John MacFarlane
2019-01-07Asciidoc writer: shorter delimiters for tables, blockquotes.John MacFarlane
2019-01-07Org reader: handle `minlevel` option differently. (#5190)Brian Leung
2019-01-06Add DokuWiki reader (#5108)Alexander
2019-01-04Cleaned up findPandoc.John MacFarlane
2019-01-04Tests: Fix findPandoc to work with Windows.John MacFarlane
2019-01-04Fix findPandoc so it works with cabalv2.John MacFarlane
2019-01-03LaTeX Template: Improve package selections (#5193)John MacFarlane
2019-01-02LaTeX template: Require xcolorAndrew Dunning