aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-22App: Move output-file writing out of PandocMonad action.John MacFarlane1-29/+29
2021-08-21LaTeX-parser: restrict \endinput to current fileSimon Schuster2-1/+9
2021-08-20RST reader: Fix `:literal:` includes.John MacFarlane1-5/+2
2021-08-19Improve docx reader's robustness in extracting images.John MacFarlane1-5/+6
2021-08-18pptx: Include image title in descriptionEmily Bourke2-12/+19
2021-08-17Revise citeproc code to fit new citeproc 0.5 API.John MacFarlane3-43/+13
2021-08-17Rename TemplateWarning -> PowerpointTemplateWarning.John MacFarlane2-6/+7
2021-08-17pptx: Select layouts from reference doc by nameEmily Bourke1-19/+206
2021-08-17Add TemplateWarning log message type [API change]Emily Bourke1-0/+6
2021-08-17Escape backslashes in haddock comments (#7505)Emily Bourke1-4/+4
2021-08-16Fix bug in last commit due to removal of take1WhileP.John MacFarlane1-2/+2
2021-08-15Multimarkdown sub- and superscripts (#5512) (#7188)OCzarnecki2-15/+20
2021-08-15Make docx writer sensitive to `native_numbering` extension.John MacFarlane3-12/+22
2021-08-13Convert Quoted in bib entries to special Spans...John MacFarlane1-1/+3
2021-08-13Citeproc: avoid odd handling of quotes.John MacFarlane1-1/+6
2021-08-13Removed quote localization from citeproc processing.John MacFarlane1-20/+1
2021-08-13Fix raw LaTeX injection issue (LaTeX writer).John MacFarlane1-5/+10
2021-08-13LaTeX reader: proper implicit grouping around environment macros.John MacFarlane1-1/+2
2021-08-12Use Prelude from base-compat for ghc 8.4 too.John MacFarlane1-5/+1
2021-08-11Try fixing compile error on older ghcs.John MacFarlane1-1/+5
2021-08-11Fix some lint issues.John MacFarlane2-6/+5
2021-08-11LaTeX reader: Support `\global` before `\def`, `\let`, etc.John MacFarlane1-2/+10
2021-08-11Fix scope for LaTeX macros.John MacFarlane3-55/+100
2021-08-11LaTeX reader: improve handling of plain TeX macro primitives.John MacFarlane2-6/+29
2021-08-10HTML reader: treat commments as blank when parsing.John MacFarlane1-5/+7
2021-08-10Fix RTF table parsing bug that created undesired nested tables.John MacFarlane1-1/+1
2021-08-10Add RTF reader.John MacFarlane2-0/+1336
2021-08-08Allow `--slide-level=0`.John MacFarlane1-2/+2
2021-08-04RTF writer: emit \outlinelevel for section headings.John MacFarlane1-1/+2
2021-08-03Stop using the HTTP package. (#7456)mt_caret6-11/+29
2021-08-03LaTeX table writer: Increase column width precision (#7466)Peter Fabinski1-1/+1