aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-04Rephrase pandoc.path docs (#7548)Quinn1-2/+2
2021-09-04RTF reader: better handling of `\*` and bookmarks.John MacFarlane2-9/+9
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-04Improve order of Image fieldsQuinn1-3/+3
2021-09-04Add missing type for Image titleQuinn1-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 Bourke91-68/+580
2021-09-01pptx: Restructure testsEmily Bourke126-58/+111
2021-08-30Hlint: ignore "Use void."John MacFarlane1-0/+1
2021-08-30Do not leak working directory in TikZ filterJeroen de Haas1-3/+3
2021-08-29Improve asciidoc escaping for `--` in URLs. Closes #7529.John MacFarlane2-3/+18
2021-08-28Add more potential threats to security section of manual.John MacFarlane1-3/+11
2021-08-28Add `--sandbox` option.John MacFarlane9-85/+120
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 Bourke22-24/+85
2021-08-27Ensure we have unique ids for wp:docPr and pic:cNvPr elements.John MacFarlane3-9/+11
2021-08-27Clarify 'attributes' extension supportWilliam Lupton1-1/+2
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-24Fix test for #7521.John MacFarlane1-2/+2
2021-08-23Markdown reader: fix interaction of --strip-comments and listJohn MacFarlane2-1/+12
2021-08-22Clean up PDF module.John MacFarlane1-59/+49
2021-08-22PandocIO: derive MonadCatch, MonadThrow, MonadMask.John MacFarlane1-0/+4
2021-08-22MANUAL: document error code 25John MacFarlane1-0/+1
2021-08-22App: Move output-file writing out of PandocMonad action.John MacFarlane1-29/+29
2021-08-22Add some more info regarding `--slide-level=0`Salim B1-8/+9
2021-08-22Harmonize spelling of 'slide show'Salim B1-4/+4
2021-08-21LaTeX-parser: restrict \endinput to current fileSimon Schuster5-1/+27
2021-08-21Regenerate README.md.John MacFarlane1-0/+2
2021-08-20Add note to changelog.John MacFarlane1-0/+2
2021-08-20Fix typo in changelog.John MacFarlane1-1/+1
2021-08-20Update manual date and man page.John MacFarlane2-18/+89
2021-08-20Bump to 2.14.2, update changelog.John MacFarlane2-14/+20
2021-08-20MANUAL.txt/security: add a note on security risks of include directives.John MacFarlane1-3/+8
2021-08-20RST reader: Fix `:literal:` includes.John MacFarlane2-6/+3
2021-08-19Update changelog and AUTHORS.John MacFarlane2-0/+177
2021-08-19Improve docx reader's robustness in extracting images.John MacFarlane1-5/+6
2021-08-19Clarify that each YAML block is a separate YAML documentWilliam Lupton1-0/+4