aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-16Fix tests for sample custom writer tablesAlbert Krewinkel1-7/+7
2019-01-16sample.lua: Add a missing '>'MichaWiedenmann1-1/+1
2019-01-13data/pandoc.lua: auto-fix nested constructor argumentsAlbert Krewinkel3-10/+43
2019-01-13changelog: clarify and fix task_lists descriptionMauro Bieg1-5/+5
2019-01-12Update changelog, AUTHORS.md.John MacFarlane2-0/+269
2019-01-12LaTeX template: Simplify fontspec usage (#5218)Andrew Dunning6-13/+19
2019-01-11 LaTeX template: Render \subtitle (#5213)Andrew Dunning2-42/+37
2019-01-10Make raw content marked `beamer` work in `beamer` output.John MacFarlane1-14/+18
2019-01-10Make 'plain' RawBlocks work for 'plain' output.John MacFarlane1-0/+5
2019-01-10LaTeX template: Prevent scaling of main font (#5212)Andrew Dunning5-14/+9
2019-01-09RST reader: change treatment of `number-lines` directives. (#5207)Brian Leung5-17/+29
2019-01-09Allow http-client 0.6.John MacFarlane1-1/+1
2019-01-09Beamer writer: avoid duplicated `fragile` property in some cases.John MacFarlane1-1/+3
2019-01-08EPUB writer: ensure that picture transforms are done on metadata too.John MacFarlane1-6/+6
2019-01-08Add zoomKey config to default.revealjs.John MacFarlane1-0/+4
2019-01-08Removed superfluous sourceCode class on code blocks.John MacFarlane12-29/+25
2019-01-08RST reader: handle sourcecode directive as synonynm for code.John MacFarlane1-1/+1
2019-01-07Asciidoc writer: shorter delimiters for tables, blockquotes.John MacFarlane4-35/+34
2019-01-07revealjs writer: fix some section nesting corner cases.John MacFarlane1-6/+13
2019-01-07Org reader: allow for case of :minlevel == 0.John MacFarlane1-1/+3
2019-01-07Org reader: handle `minlevel` option differently. (#5190)Brian Leung2-4/+7
2019-01-07TWiki reader: fix performance issue with underscores.John MacFarlane1-1/+3
2019-01-07Clarified automatic identifiers.John MacFarlane1-1/+3
2019-01-07appveyor - use ghc 8.6.2, cabal 2.4.1.0.John MacFarlane1-6/+6
2019-01-07tools/changelog-helper.sh: use %aN instead of %an to respect .mailmapAlexander Krotov1-1/+1
2019-01-07tools/changelog-helper.sh: remove [[ bashismAlexander Krotov1-1/+1
2019-01-07Add .mailmapAlexander Krotov1-0/+37
2019-01-06Add DokuWiki reader (#5108)Alexander6-2/+855
2019-01-04Use toTableOfContents in Powerpoint writer....John MacFarlane1-16/+3
2019-01-04RTF writer: use toTableOfContents from T.P.W.Shared.John MacFarlane1-17/+2
2019-01-04Implement --toc in commonmark/gfm writers.John MacFarlane2-3/+14
2019-01-04T.P.Writers.Shared - add toTableOfContents (API change).John MacFarlane2-22/+25
2019-01-04Cleaned up findPandoc.John MacFarlane1-11/+5
2019-01-04Tests: Fix findPandoc to work with Windows.John MacFarlane2-0/+7
2019-01-04Fix findPandoc so it works with cabalv2.John MacFarlane2-9/+28
2019-01-03MANUAL: Update list of latex packages used.John MacFarlane1-1/+16
2019-01-03LaTeX Template: Improve package selections (#5193)John MacFarlane5-117/+145
2019-01-02LaTeX template: Require xcolorAndrew Dunning5-5/+5
2019-01-02Removed custom Setup.hs, use build-type: simple.John MacFarlane2-41/+2
2019-01-02A trivial change to document the addition of `task_lists`.John MacFarlane1-1/+0
2019-01-02Implement task lists (#5139)Mauro Bieg11-20/+247
2019-01-02EPUB writer: small fixes to nav.xhtml.John MacFarlane2-3/+5
2019-01-02Commonmark writer: fix handling of SoftBreak with `hard_line_breaks`.John MacFarlane2-1/+8
2019-01-02Manual: make it clear that `hard_line_breaks` works in gfm.John MacFarlane1-4/+4
2019-01-01LaTeX template: Supply missing forAndrew Dunning1-1/+1
2019-01-01Update LaTeX testsAndrew Dunning4-64/+69
2019-01-01LaTeX template: Use `bookmark` if availableAndrew Dunning1-1/+1
2019-01-01Zimwiki writer: remove automatic colon prefix before internal images (#5183)damien clochard2-8/+4
2019-01-01Dokuwiki writer: remove automatic ':' prefix before internal image links (#5183)damien clochard3-9/+5
2019-01-01Org reader: fix self-link parsing regressionAlbert Krewinkel2-5/+10