Age | Commit message (Expand) | Author | Files | Lines |
2017-01-25 | Removed deprecated `--chapters` option. | John MacFarlane | 1 | -7/+0 |
2017-01-25 | Simplified reference-docx/reference-odt to reference-doc. | John MacFarlane | 1 | -18/+7 |
2017-01-25 | Process.pipeProcess: stream stderr rather than capturing. | John MacFarlane | 1 | -2/+1 |
2017-01-25 | Added `--fail-if-warnings` option. | John MacFarlane | 1 | -5/+20 |
2017-01-25 | LaTeX reader: Proper include file processing. | John MacFarlane | 1 | -12/+2 |
2017-01-25 | Added a `--quiet` option to suppress warnings. | John MacFarlane | 1 | -10/+19 |
2017-01-25 | New withWarningsToStderr exported from Text.Pandoc.Class. | John MacFarlane | 1 | -5/+12 |
2017-01-25 | Remove redundant import. | Jesse Rosenthal | 1 | -1/+1 |
2017-01-25 | Finish converting readers over. | Jesse Rosenthal | 1 | -8/+9 |
2017-01-25 | Have to do some work to get the mediabag out. | Jesse Rosenthal | 1 | -13/+20 |
2017-01-25 | Deleted whitespace at end of source lines. | John MacFarlane | 1 | -1/+1 |
2017-01-25 | Clean up Text.Pandoc | Jesse Rosenthal | 1 | -5/+5 |
2017-01-25 | Convert all writers to use PandocMonad. | Jesse Rosenthal | 1 | -18/+21 |
2017-01-19 | Some fixes to permit breezeDark style. | John MacFarlane | 1 | -2/+2 |
2017-01-19 | Add breezeDark to the list of highlighting styles. | John MacFarlane | 1 | -0/+1 |
2016-12-23 | Updates to use skylighting rather than highlighting-kate. | John MacFarlane | 1 | -4/+7 |
2016-12-09 | We no longer need the MathMLInHTML.js shim from 2004! | John MacFarlane | 1 | -3/+0 |
2016-12-08 | Set PANDOC_VERSION environment variable for filters. | John MacFarlane | 1 | -2/+4 |
2016-12-07 | Fixed bash completion for filenames with spaces. | John MacFarlane | 1 | -2/+3 |
2016-11-30 | Options: Removed writerStandalone, made writerTemplate a Maybe. | John MacFarlane | 1 | -5/+4 |
2016-11-27 | Refactor top-level division selection (#3261) | Albert Krewinkel | 1 | -6/+9 |
2016-11-26 | Allow to overwrite top-level division type heuristics (#3258) | Albert Krewinkel | 1 | -4/+4 |
2016-11-21 | Cleaned up filter-finding. | John MacFarlane | 1 | -40/+27 |
2016-11-21 | Changed resolution of filter paths. | John MacFarlane | 1 | -12/+15 |
2016-11-18 | In --version, trap error in getAppUserDataDirectory. | John MacFarlane | 1 | -1/+4 |
2016-11-05 | Allow `file://` URIs as arguments. | John MacFarlane | 1 | -0/+4 |
2016-11-03 | Improved error if they give wrong arg to --top-level-division. | John MacFarlane | 1 | -1/+1 |
2016-10-26 | Print highlighting-kate version in --version. | John MacFarlane | 1 | -1/+1 |
2016-10-24 | Export Text.Pandoc.Error in Text.Pandoc. | John MacFarlane | 1 | -1/+0 |
2016-10-24 | Fixed typo in deprecation warning. | John MacFarlane | 1 | -1/+1 |
2016-10-23 | Allow binary formats to be written to stdout unless tty output. | John MacFarlane | 1 | -5/+15 |
2016-10-23 | Added --list-* options. | John MacFarlane | 1 | -28/+63 |
2016-10-19 | Add option for top-level division type | Albert Krewinkel | 1 | -13/+14 |
2016-09-06 | Add --parts command line option to LaTeX writer. | Oliver Matthews | 1 | -0/+9 |
2016-10-11 | Add reference-location options to executable. | Jesse Rosenthal | 1 | -0/+17 |
2016-10-06 | Replace Google Chart API by CodeCogs | KolenCheung | 1 | -1/+1 |
2016-10-03 | Update KaTeX to v0.6.0 | KolenCheung | 1 | -2/+2 |
2016-09-30 | Execute .js filters with node | Jakob Voß | 1 | -0/+1 |
2016-09-27 | Check `$DATADIR/filters` for filters | Jesse Rosenthal | 1 | -5/+20 |
2016-08-16 | synchronize spacing of footnotes in help output | Waldir Pimenta | 1 | -2/+2 |
2016-06-20 | Changed email-obfuscation default to no obfuscation. | John MacFarlane | 1 | -1/+1 |
2016-05-12 | Revert "New method for checking for presence of tex program." | John MacFarlane | 1 | -6/+2 |
2016-05-12 | Revert "Use shell instead of proc to check for latex program." | John MacFarlane | 1 | -29/+7 |
2016-05-12 | Revert "Require process >= 1.2.1." | John MacFarlane | 1 | -1/+6 |
2016-05-12 | Require process >= 1.2.1. | John MacFarlane | 1 | -6/+1 |
2016-05-11 | Added some CSS to handle older versions of process. | John MacFarlane | 1 | -1/+6 |
2016-05-11 | Use shell instead of proc to check for latex program. | John MacFarlane | 1 | -7/+24 |
2016-05-10 | Made detection of latex program more robust. | John MacFarlane | 1 | -2/+5 |
2016-05-09 | New method for checking for presence of tex program. | John MacFarlane | 1 | -2/+3 |
2016-05-09 | Loading the full MathJax config to maximize loading speed | KolenCheung | 1 | -1/+1 |