aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-09-16Fix code blocks using `--preserve-tabs`.John MacFarlane1-1/+7
2021-09-16pptx: Support specifying slide background imagesEmily Bourke2-36/+110
2021-09-16HTML writer: set "hash" to True by default (for reveal.js).John MacFarlane1-1/+1
2021-09-15pptx: Add support for incremental listsEmily Bourke2-162/+455
2021-09-13RST reader: handle escaped colons in reference definitions.John MacFarlane1-1/+2
2021-09-13pptx: Fix logic for choosing Comparison layoutEmily Bourke1-4/+5
2021-09-12Docx writer: make id used in native_numbering predictable.John MacFarlane1-3/+6
2021-09-10fix!(ipynb writer): improve round trip identityKolen Cheung1-2/+2
2021-09-10feat(ipynb writer): add more Jupyter's "Raw NBConvert Format"Kolen Cheung1-0/+7
2021-09-10feat(ipynb reader): get cell output mime from raw_mimetype tooKolen Cheung1-1/+2
2021-09-10feat(ipynb reader): add more Jupyter's "Raw NBConvert Format"Kolen Cheung1-6/+10
2021-09-10fix!: rst mime typeKolen Cheung1-1/+1
2021-09-10pptx: Copy embedded fonts from reference docEmily Bourke1-0/+1
2021-09-10pptx: Fix presentation rel numberingEmily Bourke1-63/+131
2021-09-10pptx: Include all themes in output archiveEmily Bourke1-4/+2
2021-09-10pptx: Don’t add relationships unnecessarilyEmily Bourke1-5/+14
2021-09-10pptx: Fix capitalisation of notesMasterIdEmily Bourke1-1/+1
2021-09-10Remove redundant import.John MacFarlane1-1/+1
2021-09-10Org reader: don't parse a list as first item in a list item.John MacFarlane1-1/+4
2021-09-10Support `--reference-location` for HTML output (#7461)Francesco Mazzoli1-32/+89
2021-09-10Ipynb reader handleData: support text/markdown (#7561)Kolen Cheung1-0/+3
2021-09-08RTF reader: support `\binN` for binary image data.John MacFarlane1-11/+22
2021-09-08App: Issue NotUTF8Encoded warning when falling back to latin1.John MacFarlane1-2/+6
2021-09-08Logging: add NotUTF8Encoded constructor to LogMessage.John MacFarlane1-0/+7
2021-09-04RTF reader: better handling of `\*` and bookmarks.John MacFarlane1-8/+8
2021-09-04Minor renaming to avoid shadowing.John MacFarlane1-2/+2
2021-09-04Extensions: put Ext_short_subsuperscripts in alphabetical order.John MacFarlane1-1/+1
2021-09-03RTF reader: if doc begins with {\rtf1 ... } only parse its contents.John MacFarlane1-1/+7
2021-09-03RTF reader: Ignore `\pgdsc` group.John MacFarlane1-0/+1
2021-09-01pptx: Add support for more layoutsEmily Bourke2-55/+313
2021-08-29Improve asciidoc escaping for `--` in URLs. Closes #7529.John MacFarlane1-3/+11
2021-08-28Add `--sandbox` option.John MacFarlane7-84/+107
2021-08-28Remove unneeded import.John MacFarlane1-1/+1
2021-08-28Docx writer: handle SVG images.John MacFarlane2-6/+56
2021-08-27Image: Generalize svgToPng to MonadIO.John MacFarlane1-4/+5
2021-08-27Add haddock for dpi parameter.John MacFarlane1-1/+1
2021-08-27T.P.Image: svgToPng, change first parameter from WriterOptions to Int.John MacFarlane1-4/+4
2021-08-27pptx: Make first heading title if slide level is 0Emily Bourke1-24/+29
2021-08-27Ensure we have unique ids for wp:docPr and pic:cNvPr elements.John MacFarlane1-9/+11
2021-08-24Comment out unused module.John MacFarlane1-1/+1
2021-08-24Reorganize App to make it easier to limit IO in main loop.John MacFarlane1-85/+100
2021-08-24Text.Pandoc.Class: add readStdinStrict method to PandocMonad.John MacFarlane5-0/+17
2021-08-24Class: Generalize type of extractMedia.John MacFarlane1-1/+1
2021-08-24T.P.App.OutputSettings: Generalize some types...John MacFarlane2-7/+6
2021-08-24Text.Pandoc.Filter: Generalize type of applyFilters...John MacFarlane3-9/+91
2021-08-24PDF: generalize type of makePDF...John MacFarlane1-40/+55
2021-08-24Lua subsystem and custom writers: generalize types from PandocIO...John MacFarlane3-8/+8
2021-08-23Markdown reader: fix interaction of --strip-comments and listJohn MacFarlane1-1/+1
2021-08-22Clean up PDF module.John MacFarlane1-59/+49
2021-08-22PandocIO: derive MonadCatch, MonadThrow, MonadMask.John MacFarlane1-0/+4