aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-06Don't prepend `file://` to `--syntax-definition` on Windows.John MacFarlane1-8/+2
2021-10-05Allow time 1.12.John MacFarlane1-2/+2
2021-10-05Improve quick-cabal targetJohn MacFarlane1-2/+2
2021-10-05Avoid bad wraps in markdown writer at the Doc Text level.John MacFarlane1-22/+23
2021-10-04Powerpoint writer: consolidate text runs when possible.John MacFarlane138-4/+9
2021-10-04OOXML tests: use pretty-printed form to display diffs.John MacFarlane1-3/+3
2021-10-04Revert "Powerpoint writer: consolidate text run nodes."John MacFarlane137-9/+1
2021-10-04Powerpoint writer: consolidate text run nodes.John MacFarlane137-1/+9
2021-10-03Update tests for babel-related changes in latex template.John MacFarlane1-6/+12
2021-10-03Make babel use more idiomatichseg1-16/+13
2021-10-02Update cabal.projectJohn MacFarlane1-2/+13
2021-10-02Fix compareXML helper in Tests.Writers.OOXML.John MacFarlane1-6/+6
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane32-43/+10
2021-09-30epub: Add EPUB3 subject metadata (authority/term)nuew2-12/+39
2021-09-30Add `footnotes` to default `gfm` etxensions.John MacFarlane1-0/+1
2021-09-30Docx reader: Add placeholder for word diagramEzwal4-0/+19
2021-09-29EPUB writer: treat epub:type "frontispiece" as front matter.John MacFarlane2-1/+2
2021-09-29Further test updates for switch to pretty-show.John MacFarlane12-114/+114
2021-09-28Switch from pretty-simple to pretty-show for native output.John MacFarlane228-52746/+51387
2021-09-27Better implementation of splitStrWhenJohn MacFarlane1-12/+7
2021-09-26RST writer: properly handle anchors to ids...John MacFarlane1-1/+6
2021-09-26Update documentation for definition_list extension.John MacFarlane1-2/+2
2021-09-23BibTeX parser: fix expansion of special strings in series...John MacFarlane4-10/+13
2021-09-23HTML reader: handle empty tbody element in table.John MacFarlane2-5/+81
2021-09-23HTML writer: render `\ref` and `\eqref` as inline math...John MacFarlane1-8/+11
2021-09-22HTML writer: pass through `\ref` and `\eqref`...John MacFarlane1-2/+10
2021-09-22HTML writer: pass through inline math environments with KaTeX.John MacFarlane1-0/+1
2021-09-22Use latest citeproc.John MacFarlane1-1/+1
2021-09-21test/epub: an excerpt from The Wasteland is enough!John MacFarlane2-7920/+20
2021-09-21Revert "Remove unused epub test file features.epub."John MacFarlane1-0/+0
2021-09-21Make test/epub/wasteland.epub valid.John MacFarlane1-0/+0
2021-09-21Remove unused epub test file features.epub.John MacFarlane1-0/+0
2021-09-21Use pretty-simple to format native output.John MacFarlane269-11857/+65524
2021-09-21Add missing `%` on command tests.John MacFarlane35-52/+51
2021-09-21Command tests: raise error if command doesn't begin with `%`.John MacFarlane1-5/+7
2021-09-20Stop doing lint in CI.John MacFarlane1-1/+1
2021-09-19LaTeX reader: Recognize that `\vadjust` sometimes takes "pre".John MacFarlane1-0/+7
2021-09-19Ignore (and gobble parameters of) CSLReferences environment.John MacFarlane1-0/+1
2021-09-19Use babel, not polyglossia, with xelatex.John MacFarlane6-151/+31
2021-09-19Fix changelog date for 2.14.2.John MacFarlane1-1/+1
2021-09-19Markdown writer: use `underline` class rather than `ul` for underline.John MacFarlane1-1/+1
2021-09-18Alphabetize Extension constructors.John MacFarlane1-3/+3
2021-09-18Use skylighting-0.12, skylighting-core-0.12.John MacFarlane2-4/+4
2021-09-18pptx-footers: Replace fixed dates with yaml dateEmily Bourke2-8/+44
2021-09-18pptx: Support footers in the reference docEmily Bourke12-199/+372
2021-09-17Fix linter warning.John MacFarlane1-4/+3
2021-09-17Org writer: don't indent contents of code blocks.John MacFarlane3-25/+25
2021-09-17Update list of supported source languages in org writer.John MacFarlane1-12/+44
2021-09-17mention revealjs support of title-toc in MANUAL Christophe Dervieux1-1/+1
2021-09-16Use --system-ghc in make quick.John MacFarlane1-1/+2