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