aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-04Roff readers: better parsing of groups.John MacFarlane3-10/+13
2019-09-03SelfContained: omit content-type on type attribute for `<style>`.John MacFarlane1-5/+8
2019-09-03Further mod to hanging indent code in latex template.John MacFarlane1-2/+0
2019-09-03Slight improvements to hanging indent code in latex template.John MacFarlane1-4/+7
2019-09-03XML: change toEntities to emit numerical hex character references.John MacFarlane2-4/+5
2019-09-02LaTeX writer: use `cslreferences` environment for csl bibliographies.John MacFarlane2-3/+25
2019-09-02Use latest pandoc-citeproc.John MacFarlane2-2/+2
2019-09-02LaTeX reader: don't try to parse includes if raw_tex is set.John MacFarlane2-10/+15
2019-09-02HTML writer: use numeric character references with `--ascii`.John MacFarlane2-7/+3
2019-09-02LaTeX reader: properly handle optional arguments for macros.John MacFarlane3-2/+10
2019-09-02LaTeX writer: strip off `{}` around locator for biblatex/natbib output.John MacFarlane1-1/+7
2019-09-02Use doctemplates 0.6.John MacFarlane3-9/+2
2019-08-31html2pdf: ensure temp file is deleted...John MacFarlane1-34/+35
2019-08-27LaTeX reader: fix `\\` in `\parbox` inside a table cell.John MacFarlane2-3/+31
2019-08-27Markdown reader: Headers: don't parse content over newline boundary.John MacFarlane2-4/+28
2019-08-27Add stateAllowLineBreaks to ParserState. [API change]John MacFarlane1-0/+2
2019-08-27PowerPoint writer: Start numbering at appopriate numbers.Jesse Rosenthal5-4/+21
2019-08-26Comment out ghc 8.8.1 build for now.John MacFarlane1-1/+2
2019-08-26Simplify stack.yaml after cabal file changes.John MacFarlane1-1/+1
2019-08-26Cabal cleanup (#5693)Albert Krewinkel2-24/+11
2019-08-26parseFromString': reset stateLastStrPos to Nothing before parse.John MacFarlane1-0/+1
2019-08-26Use parseFromString' in Muse reader.John MacFarlane1-1/+1
2019-08-26Fix inline parsing in grid table cells.John MacFarlane3-16/+18
2019-08-26Add test for issue #5708.John MacFarlane1-0/+12
2019-08-26Add ghc 8.8.1 to CI.John MacFarlane1-0/+7
2019-08-25Use dev version of doctemplates.John MacFarlane2-1/+7
2019-08-25Better message for PandocTemplateError.John MacFarlane1-1/+1
2019-08-25Makefile: add ghcid target.John MacFarlane1-1/+4
2019-08-25Update cabal.project to use released doctemplates.John MacFarlane1-5/+0
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