Age | Commit message (Expand) | Author | Files | Lines |
2021-09-09 | Use dev version of citeproc. | John MacFarlane | 2 | -1/+7 |
2021-09-08 | RTF reader: support `\binN` for binary image data. | John MacFarlane | 1 | -11/+22 |
2021-09-08 | App: Issue NotUTF8Encoded warning when falling back to latin1. | John MacFarlane | 1 | -2/+6 |
2021-09-08 | Logging: add NotUTF8Encoded constructor to LogMessage. | John MacFarlane | 1 | -0/+7 |
2021-09-08 | CI: disable ansi-tricks in tasty. | John MacFarlane | 1 | -6/+6 |
2021-09-08 | Makefile: disable ansi tricks for tasty; use v2- instead of new-. | John MacFarlane | 1 | -9/+9 |
2021-09-04 | Rephrase pandoc.path docs (#7548) | Quinn | 1 | -2/+2 |
2021-09-04 | RTF reader: better handling of `\*` and bookmarks. | John MacFarlane | 2 | -9/+9 |
2021-09-04 | Minor renaming to avoid shadowing. | John MacFarlane | 1 | -2/+2 |
2021-09-04 | Extensions: put Ext_short_subsuperscripts in alphabetical order. | John MacFarlane | 1 | -1/+1 |
2021-09-04 | Improve order of Image fields | Quinn | 1 | -3/+3 |
2021-09-04 | Add missing type for Image title | Quinn | 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 | 91 | -68/+580 |
2021-09-01 | pptx: Restructure tests | Emily Bourke | 126 | -58/+111 |
2021-08-30 | Hlint: ignore "Use void." | John MacFarlane | 1 | -0/+1 |
2021-08-30 | Do not leak working directory in TikZ filter | Jeroen de Haas | 1 | -3/+3 |
2021-08-29 | Improve asciidoc escaping for `--` in URLs. Closes #7529. | John MacFarlane | 2 | -3/+18 |
2021-08-28 | Add more potential threats to security section of manual. | John MacFarlane | 1 | -3/+11 |
2021-08-28 | Add `--sandbox` option. | John MacFarlane | 9 | -85/+120 |
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 | 22 | -24/+85 |
2021-08-27 | Ensure we have unique ids for wp:docPr and pic:cNvPr elements. | John MacFarlane | 3 | -9/+11 |
2021-08-27 | Clarify 'attributes' extension support | William Lupton | 1 | -1/+2 |
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-24 | Fix test for #7521. | John MacFarlane | 1 | -2/+2 |
2021-08-23 | Markdown reader: fix interaction of --strip-comments and list | John MacFarlane | 2 | -1/+12 |
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 | MANUAL: document error code 25 | John MacFarlane | 1 | -0/+1 |
2021-08-22 | App: Move output-file writing out of PandocMonad action. | John MacFarlane | 1 | -29/+29 |
2021-08-22 | Add some more info regarding `--slide-level=0` | Salim B | 1 | -8/+9 |
2021-08-22 | Harmonize spelling of 'slide show' | Salim B | 1 | -4/+4 |
2021-08-21 | LaTeX-parser: restrict \endinput to current file | Simon Schuster | 5 | -1/+27 |
2021-08-21 | Regenerate README.md. | John MacFarlane | 1 | -0/+2 |
2021-08-20 | Add note to changelog. | John MacFarlane | 1 | -0/+2 |
2021-08-20 | Fix typo in changelog. | John MacFarlane | 1 | -1/+1 |
2021-08-20 | Update manual date and man page. | John MacFarlane | 2 | -18/+89 |