aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-02Implement task lists (#5139)Mauro Bieg2-0/+142
2019-01-02Commonmark writer: fix handling of SoftBreak with `hard_line_breaks`.John MacFarlane1-0/+7
2019-01-01Update LaTeX testsAndrew Dunning4-64/+69
2019-01-01Zimwiki writer: remove automatic colon prefix before internal images (#5183)damien clochard1-2/+2
2019-01-01Dokuwiki writer: remove automatic ':' prefix before internal image links (#5183)damien clochard2-3/+3
2019-01-01Org reader: fix self-link parsing regressionAlbert Krewinkel1-0/+4
2019-01-01Org reader: fix treatment of links to imagesAlbert Krewinkel1-13/+17
2018-12-31Simplify/fix reading of `--metadata` values on command line.John MacFarlane1-0/+12
2018-12-28Org writer: preserve line-numbering for example and code blocks.leungbk1-0/+41
2018-12-25Muse reader tests: test #cover directiveAlexander Krotov1-0/+5
2018-12-14Remove unnecessary type="text/css" on style and link for HTML5.John MacFarlane3-5/+5
2018-12-13Man/Ms writers: don't escape `-` as `\-`.John MacFarlane2-19/+19
2018-12-11template:latex: make @ letter before using it (#5145)Enno4-16/+28
2018-12-11Let KOMA document class handle parskip when applicable (#5143)Enno4-24/+28
2018-12-10Docx: add test for lists with level overrides.Jesse Rosenthal3-0/+41
2018-12-05RST writer: don't wrap simple table header lines.John MacFarlane1-0/+18
2018-12-04Strip out illegal XML characters in escapeXMLString.John MacFarlane1-0/+9
2018-12-03Markdown writer: include needed whitespace after HTML figure.John MacFarlane1-0/+13
2018-11-29Fix custom tests.John MacFarlane1-8/+8
2018-11-27MediaWiki writer: fix caption, use 'thumb' instead of 'frame'.John MacFarlane1-1/+1
2018-11-25Added test for #5053.John MacFarlane1-0/+14