Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-08-20 | Bump to 2.14.2, update changelog. | John MacFarlane | 2 | -14/+20 |
2021-08-20 | MANUAL.txt/security: add a note on security risks of include directives. | John MacFarlane | 1 | -3/+8 |
2021-08-20 | RST reader: Fix `:literal:` includes. | John MacFarlane | 2 | -6/+3 |
2021-08-19 | Update changelog and AUTHORS. | John MacFarlane | 2 | -0/+177 |
2021-08-19 | Improve docx reader's robustness in extracting images. | John MacFarlane | 1 | -5/+6 |
2021-08-19 | Clarify that each YAML block is a separate YAML document | William Lupton | 1 | -0/+4 |
2021-08-18 | pptx: Include image title in description | Emily Bourke | 10 | -12/+19 |
2021-08-17 | Revise citeproc code to fit new citeproc 0.5 API. | John MacFarlane | 7 | -51/+21 |
2021-08-17 | Document new link-bibliography metadata field. | John MacFarlane | 1 | -3/+10 |
2021-08-17 | OOXML tests: silence warnings. | John MacFarlane | 1 | -0/+1 |
2021-08-17 | Rename TemplateWarning -> PowerpointTemplateWarning. | John MacFarlane | 2 | -6/+7 |
2021-08-17 | Use released citeproc 0.5. | John MacFarlane | 3 | -8/+2 |
2021-08-17 | pptx: Select layouts from reference doc by name | Emily Bourke | 47 | -33/+242 |
2021-08-17 | Don’t compare cdLine in OOXML golden tests | Emily Bourke | 1 | -1/+0 |
2021-08-17 | Provide more detailed XML diff in tests | Emily Bourke | 1 | -21/+51 |
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 | 4 | -15/+80 |
2021-08-15 | Remove documentation for `.ul` shortcut for now. | John MacFarlane | 1 | -1/+1 |
2021-08-15 | Make docx writer sensitive to `native_numbering` extension. | John MacFarlane | 5 | -14/+25 |
2021-08-15 | Remove misleading description from command/citeproc-87 test. | John MacFarlane | 1 | -5/+2 |
2021-08-13 | Convert Quoted in bib entries to special Spans... | John MacFarlane | 4 | -2/+47 |
2021-08-13 | Citeproc: avoid odd handling of quotes. | John MacFarlane | 4 | -3/+24 |
2021-08-13 | Removed quote localization from citeproc processing. | John MacFarlane | 3 | -25/+10 |
2021-08-13 | Fix raw LaTeX injection issue (LaTeX writer). | John MacFarlane | 2 | -5/+47 |
2021-08-13 | LaTeX reader: proper implicit grouping around environment macros. | John MacFarlane | 1 | -1/+2 |
2021-08-12 | Document use of the 'underline' class. (#7492) | William Lupton | 1 | -0/+12 |