aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-17mention revealjs support of title-toc in MANUAL Christophe Dervieux
2021-09-16Use --system-ghc in make quick.John MacFarlane
2021-09-16Fix code blocks using `--preserve-tabs`.John MacFarlane
2021-09-16pptx: Support specifying slide background imagesEmily Bourke
2021-09-16stack.yaml: use lts-18.10 resolver.John MacFarlane
2021-09-16HTML writer: set "hash" to True by default (for reveal.js).John MacFarlane
2021-09-16Fix quick-cabal targetJohn MacFarlane
2021-09-15pptx: Add support for incremental listsEmily Bourke
2021-09-13RST reader: handle escaped colons in reference definitions.John MacFarlane
2021-09-13Use latest dev version of texmath.John MacFarlane
2021-09-13Modernize quick-cabal Makefile targetJohn MacFarlane
2021-09-13pptx: Fix logic for choosing Comparison layoutEmily Bourke
2021-09-12Docx writer: make id used in native_numbering predictable.John MacFarlane
2021-09-12Add note to Security section that commonmark is better...John MacFarlane
2021-09-10Use latest dev citeproc.John MacFarlane
2021-09-10fix!(ipynb writer): improve round trip identityKolen Cheung
2021-09-10feat(ipynb writer): add more Jupyter's "Raw NBConvert Format"Kolen Cheung
2021-09-10feat(ipynb reader): get cell output mime from raw_mimetype tooKolen Cheung
2021-09-10feat(ipynb reader): add more Jupyter's "Raw NBConvert Format"Kolen Cheung
2021-09-10fix!: rst mime typeKolen Cheung
2021-09-10pptx: Copy embedded fonts from reference docEmily Bourke
2021-09-10pptx: Fix presentation rel numberingEmily Bourke
2021-09-10pptx: Include all themes in output archiveEmily Bourke
2021-09-10pptx: Don’t add relationships unnecessarilyEmily Bourke
2021-09-10pptx: Fix capitalisation of notesMasterIdEmily Bourke
2021-09-10Fix command test for #7557.John MacFarlane
2021-09-10Remove redundant import.John MacFarlane
2021-09-10Org reader: don't parse a list as first item in a list item.John MacFarlane
2021-09-10MANUAL: Document formats affected by `--reference-location`.John MacFarlane
2021-09-10Support `--reference-location` for HTML output (#7461)Francesco Mazzoli
2021-09-10Ipynb reader handleData: support text/markdown (#7561)Kolen Cheung
2021-09-09Use dev version of citeproc.John MacFarlane
2021-09-08RTF reader: support `\binN` for binary image data.John MacFarlane
2021-09-08App: Issue NotUTF8Encoded warning when falling back to latin1.John MacFarlane
2021-09-08Logging: add NotUTF8Encoded constructor to LogMessage.John MacFarlane
2021-09-08CI: disable ansi-tricks in tasty.John MacFarlane
2021-09-08Makefile: disable ansi tricks for tasty; use v2- instead of new-.John MacFarlane
2021-09-04Rephrase pandoc.path docs (#7548)Quinn
2021-09-04RTF reader: better handling of `\*` and bookmarks.John MacFarlane
2021-09-04Minor renaming to avoid shadowing.John MacFarlane
2021-09-04Extensions: put Ext_short_subsuperscripts in alphabetical order.John MacFarlane
2021-09-04Improve order of Image fieldsQuinn
2021-09-04Add missing type for Image titleQuinn
2021-09-03RTF reader: if doc begins with {\rtf1 ... } only parse its contents.John MacFarlane
2021-09-03RTF reader: Ignore `\pgdsc` group.John MacFarlane
2021-09-01pptx: Add support for more layoutsEmily Bourke
2021-09-01pptx: Restructure testsEmily Bourke
2021-08-30Hlint: ignore "Use void."John MacFarlane
2021-08-30Do not leak working directory in TikZ filterJeroen de Haas
2021-08-29Improve asciidoc escaping for `--` in URLs. Closes #7529.John MacFarlane