Age | Commit message (Expand) | Author | Files | Lines |
2017-03-30 | Allow dynamic loading of syntax definitions. | John MacFarlane | 1 | -1/+28 |
2017-03-30 | Don't read jats.csl unless we actually need it. | John MacFarlane | 1 | -5/+6 |
2017-03-30 | Automatically include URI-encoded jats.csl for jats output. | John MacFarlane | 1 | -2/+8 |
2017-03-24 | Recognize .roff extension as ms format. | John MacFarlane | 1 | -0/+1 |
2017-03-23 | Allow creation of pdf via groff ms and pdfroff. | John MacFarlane | 1 | -4/+8 |
2017-03-23 | Initial addition of groff ms writer. | John MacFarlane | 1 | -0/+1 |
2017-03-20 | Lua filters (#3514) | Albert Krewinkel | 1 | -0/+16 |
2017-03-16 | Add default abbreviations file (data/abbreviations). | John MacFarlane | 1 | -4/+4 |
2017-03-16 | Added --abbreviations=FILE option for custom abbreviations file. | John MacFarlane | 1 | -8/+23 |
2017-03-07 | Re-enable support for custom lua writers. | John MacFarlane | 1 | -1/+3 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -109/+110 |
2017-03-04 | hlint refactoring. | John MacFarlane | 1 | -12/+9 |
2017-02-27 | Removed `--epub-stylesheet`; use `--css` instead. | John MacFarlane | 1 | -13/+2 |
2017-02-25 | App: reverse optInputFiles so they come out in right order in templates. | John MacFarlane | 1 | -1/+5 |
2017-02-25 | Add `sourcefile` and `outputfile` template variables (#3439) | Roland Hieber | 1 | -0/+5 |
2017-02-25 | Make `--ascii` work with DocBook output too. | John MacFarlane | 1 | -1/+4 |
2017-02-23 | Use PandocIOError in Class. | John MacFarlane | 1 | -5/+1 |
2017-02-23 | Put makeSelfContained in PandocMonad instead of IO. | John MacFarlane | 1 | -1/+1 |
2017-02-20 | Added Functor constraint to keep ghc 7.8.4 happy. | John MacFarlane | 1 | -1/+1 |
2017-02-11 | Rename logMessagesToJSON -> encodeLogMessages. | John MacFarlane | 1 | -2/+1 |
2017-02-11 | Logging: export logMessagesToJSON. | John MacFarlane | 1 | -2/+2 |
2017-02-11 | Added --log option to save log messages in JSON format to a file. | John MacFarlane | 1 | -0/+12 |
2017-02-11 | Use new warnings throughout the code base. | John MacFarlane | 1 | -2/+1 |
2017-02-06 | Removed --parse-raw and readerParseRaw. | John MacFarlane | 1 | -19/+14 |
2017-02-06 | Fix import | John MacFarlane | 1 | -1/+1 |
2017-02-06 | Changed year on copyright message. | John MacFarlane | 1 | -1/+1 |
2017-02-06 | Consolidated file arguments into Opt. | John MacFarlane | 1 | -4/+7 |
2017-02-06 | Further refactoring of App. | John MacFarlane | 1 | -8/+724 |
2017-02-05 | Fix an unneeded import warning. | John MacFarlane | 1 | -1/+1 |
2017-02-05 | Split pandoc.hs into a module, Text.Pandoc.App, and a small program. | John MacFarlane | 1 | -0/+720 |