Age | Commit message (Expand) | Author | Files | Lines |
2021-09-04 | Extensions: put Ext_short_subsuperscripts in alphabetical order. | John MacFarlane | 1 | -1/+1 |
2021-09-03 | RTF reader: if doc begins with {\rtf1 ... } only parse its contents. | John MacFarlane | 1 | -1/+7 |
2021-09-03 | RTF reader: Ignore `\pgdsc` group. | John MacFarlane | 1 | -0/+1 |
2021-09-01 | pptx: Add support for more layouts | Emily Bourke | 2 | -55/+313 |
2021-08-29 | Improve asciidoc escaping for `--` in URLs. Closes #7529. | John MacFarlane | 1 | -3/+11 |
2021-08-28 | Add `--sandbox` option. | John MacFarlane | 7 | -84/+107 |
2021-08-28 | Remove unneeded import. | John MacFarlane | 1 | -1/+1 |
2021-08-28 | Docx writer: handle SVG images. | John MacFarlane | 2 | -6/+56 |
2021-08-27 | Image: Generalize svgToPng to MonadIO. | John MacFarlane | 1 | -4/+5 |
2021-08-27 | Add haddock for dpi parameter. | John MacFarlane | 1 | -1/+1 |
2021-08-27 | T.P.Image: svgToPng, change first parameter from WriterOptions to Int. | John MacFarlane | 1 | -4/+4 |
2021-08-27 | pptx: Make first heading title if slide level is 0 | Emily Bourke | 1 | -24/+29 |
2021-08-27 | Ensure we have unique ids for wp:docPr and pic:cNvPr elements. | John MacFarlane | 1 | -9/+11 |
2021-08-24 | Comment out unused module. | John MacFarlane | 1 | -1/+1 |
2021-08-24 | Reorganize App to make it easier to limit IO in main loop. | John MacFarlane | 1 | -85/+100 |
2021-08-24 | Text.Pandoc.Class: add readStdinStrict method to PandocMonad. | John MacFarlane | 5 | -0/+17 |
2021-08-24 | Class: Generalize type of extractMedia. | John MacFarlane | 1 | -1/+1 |
2021-08-24 | T.P.App.OutputSettings: Generalize some types... | John MacFarlane | 2 | -7/+6 |
2021-08-24 | Text.Pandoc.Filter: Generalize type of applyFilters... | John MacFarlane | 3 | -9/+91 |
2021-08-24 | PDF: generalize type of makePDF... | John MacFarlane | 1 | -40/+55 |
2021-08-24 | Lua subsystem and custom writers: generalize types from PandocIO... | John MacFarlane | 3 | -8/+8 |
2021-08-23 | Markdown reader: fix interaction of --strip-comments and list | John MacFarlane | 1 | -1/+1 |
2021-08-22 | Clean up PDF module. | John MacFarlane | 1 | -59/+49 |
2021-08-22 | PandocIO: derive MonadCatch, MonadThrow, MonadMask. | John MacFarlane | 1 | -0/+4 |
2021-08-22 | App: Move output-file writing out of PandocMonad action. | John MacFarlane | 1 | -29/+29 |
2021-08-21 | LaTeX-parser: restrict \endinput to current file | Simon Schuster | 2 | -1/+9 |
2021-08-20 | RST reader: Fix `:literal:` includes. | John MacFarlane | 1 | -5/+2 |
2021-08-19 | Improve docx reader's robustness in extracting images. | John MacFarlane | 1 | -5/+6 |
2021-08-18 | pptx: Include image title in description | Emily Bourke | 2 | -12/+19 |
2021-08-17 | Revise citeproc code to fit new citeproc 0.5 API. | John MacFarlane | 3 | -43/+13 |
2021-08-17 | Rename TemplateWarning -> PowerpointTemplateWarning. | John MacFarlane | 2 | -6/+7 |
2021-08-17 | pptx: Select layouts from reference doc by name | Emily Bourke | 1 | -19/+206 |
2021-08-17 | Add TemplateWarning log message type [API change] | Emily Bourke | 1 | -0/+6 |
2021-08-17 | Escape backslashes in haddock comments (#7505) | Emily Bourke | 1 | -4/+4 |
2021-08-16 | Fix bug in last commit due to removal of take1WhileP. | John MacFarlane | 1 | -2/+2 |
2021-08-15 | Multimarkdown sub- and superscripts (#5512) (#7188) | OCzarnecki | 2 | -15/+20 |
2021-08-15 | Make docx writer sensitive to `native_numbering` extension. | John MacFarlane | 3 | -12/+22 |
2021-08-13 | Convert Quoted in bib entries to special Spans... | John MacFarlane | 1 | -1/+3 |
2021-08-13 | Citeproc: avoid odd handling of quotes. | John MacFarlane | 1 | -1/+6 |
2021-08-13 | Removed quote localization from citeproc processing. | John MacFarlane | 1 | -20/+1 |
2021-08-13 | Fix raw LaTeX injection issue (LaTeX writer). | John MacFarlane | 1 | -5/+10 |
2021-08-13 | LaTeX reader: proper implicit grouping around environment macros. | John MacFarlane | 1 | -1/+2 |
2021-08-12 | Use Prelude from base-compat for ghc 8.4 too. | John MacFarlane | 1 | -5/+1 |
2021-08-11 | Try fixing compile error on older ghcs. | John MacFarlane | 1 | -1/+5 |
2021-08-11 | Fix some lint issues. | John MacFarlane | 2 | -6/+5 |
2021-08-11 | LaTeX reader: Support `\global` before `\def`, `\let`, etc. | John MacFarlane | 1 | -2/+10 |
2021-08-11 | Fix scope for LaTeX macros. | John MacFarlane | 3 | -55/+100 |
2021-08-11 | LaTeX reader: improve handling of plain TeX macro primitives. | John MacFarlane | 2 | -6/+29 |
2021-08-10 | HTML reader: treat commments as blank when parsing. | John MacFarlane | 1 | -5/+7 |
2021-08-10 | Fix RTF table parsing bug that created undesired nested tables. | John MacFarlane | 1 | -1/+1 |