aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-25Use new doctemplates, doclayout.John MacFarlane61-3737/+3212
2019-08-25Got benchmarks working with ipynb.John MacFarlane1-2/+17
2019-08-25Don't add a newline if there's already one.John MacFarlane1-4/+5
2019-08-24Change optMetadataFile type from Maybe to List (#5702)Owen McGrath8-12/+25
2019-08-23Use released pandoc-types.John MacFarlane2-6/+1
2019-08-23Require pandoc-types 1.17.6.John MacFarlane1-2/+2
2019-08-23Add test for #5690.John MacFarlane1-0/+16
2019-08-23Asciidoc writer: handle admonitions.John MacFarlane1-3/+22
2019-08-23RST reader: use title, not admonition-title, for admonition title.John MacFarlane1-1/+1
2019-08-23Ensure proper nesting when we have long ordered list markers.John MacFarlane2-2/+16
2019-08-23docbook: richer parse for admonitions (#5593)Michael Peyton Jones1-16/+27
2019-08-23add proofState to settingsList (#5703)Krystof Beuermann1-0/+1
2019-08-16Circle CI: use fpco/stack-build:lts-13 as base imageAlbert Krewinkel1-1/+1
2019-08-16cabal.project: remove options unsupported by GHC 8.0Albert Krewinkel1-2/+2
2019-08-16Lua: improve function documentationsAlbert Krewinkel1-1/+4
2019-08-16Lua: traverse nested blocks and inlines in correct orderAlbert Krewinkel3-11/+62
2019-08-16Lua: add module for AST element sequence traversalAlbert Krewinkel4-0/+120
2019-08-15pandoc.cabal: add cabal.project to extra-source-files.Albert Krewinkel1-1/+2
2019-08-14LaTeX reader: improve withRaw so it can handle cases where...John MacFarlane2-2/+12
2019-08-14Removed some needless lookaheads in Markdown reader.John MacFarlane1-2/+0
2019-08-14Rename test for 5685 -> 5684 (typo in last commit).John MacFarlane1-0/+0
2019-08-14Add thin space when needed in LaTeX quote ligatures.John MacFarlane2-4/+15
2019-08-14MANUAL: link to YAML spec (#5687)Mauro Bieg1-4/+6
2019-08-13Fix multiline table for XWiki writer (#5683)Zihang Chen1-2/+4
2019-08-11JIRA writer: Remove escapeStringForJira for code blocksJan-Otto Kröpke2-18/+18
2019-08-08Remove blank line (#5679)Leif Metcalf1-1/+0
2019-08-08Revert "Avoid a pointless Text -> String conversion on output."John MacFarlane1-14/+8
2019-08-08lua-filters - avoid duplicate id element-components.John MacFarlane1-1/+1
2019-08-08Update lua-filters doc from lua sources.John MacFarlane1-678/+710
2019-08-08Fix links to Attr in lua-filters.doc.John MacFarlane1-7/+7
2019-08-08lua-filters.doc: make table narrower so it doesn't crowd out TOC.John MacFarlane1-11/+11
2019-08-07Avoid a pointless Text -> String conversion on output.John MacFarlane1-8/+14
2019-08-07Fix stack.yaml.John MacFarlane1-4/+2
2019-08-05Use dev version of pandoc-citeproc.John MacFarlane2-2/+6
2019-08-05Treat `ly` as verbatim too (#5671)Urs Liska1-0/+1
2019-08-05Version bump to 2.8 because of type changes for templates.John MacFarlane1-1/+1
2019-07-30Markdown writer: Don't assume Doc has Eq instance.John MacFarlane1-11/+13
2019-07-30ConTeXt writer; don't use `== empty` with `Doc`, use `isEmpty`.John MacFarlane1-5/+5
2019-07-29Update emoji list in Text.Pandoc.Emoji.John MacFarlane2-8/+965
2019-07-29Use latest doctemplates.John MacFarlane1-1/+1
2019-07-28Use latest pandoc-citeproc.John MacFarlane1-1/+1
2019-07-28Update muse template to handle multiple authors better.John MacFarlane2-2/+2
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane41-214/+221
2019-07-24LaTeX reader: handle `\passthrough` macro used by latex writer.John MacFarlane1-0/+2
2019-07-24HTML writer: ensure TeX formulas are rendered correctly (#5658)Philip Pesca2-2/+2
2019-07-23Templates: don't import/export varListToJSON.John MacFarlane1-1/+1
2019-07-23Templates: Change type of renderTemplate'.John MacFarlane5-15/+14
2019-07-23revealjs template: add navigationMode (#5657)Mauro Bieg1-0/+4
2019-07-23HTML writer: render inline formulas correctly with --webtex (#5656)Philip Pesca2-1/+18
2019-07-22Fix error introduced in change to test for 4669.John MacFarlane1-1/+1