Age | Commit message (Expand) | Author | Files | Lines |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2017-10-27 | hlint suggestions. | John MacFarlane | 1 | -1/+0 |
2017-10-27 | More code simp in pandoc.hs. | John MacFarlane | 1 | -1/+1 |
2017-10-27 | pandoc.hs - removed some cruft. | John MacFarlane | 1 | -6/+2 |
2017-10-26 | update years in copyright | Kolen Cheung | 1 | -2/+2 |
2017-06-02 | hlint suggestions. | John MacFarlane | 1 | -0/+1 |
2017-06-01 | Some hlint refactoring. | John MacFarlane | 1 | -3/+3 |
2017-04-02 | Text.Pandoc.App: Throw errors rather than exiting. | John MacFarlane | 1 | -1/+4 |
2017-03-20 | Lua filters (#3514) | Albert Krewinkel | 1 | -1/+0 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -2/+5 |
2017-02-06 | Consolidated file arguments into Opt. | John MacFarlane | 1 | -3/+1 |
2017-02-06 | Further refactoring of App. | John MacFarlane | 1 | -742/+2 |
2017-02-06 | Removed another redundant import. | John MacFarlane | 1 | -1/+0 |
2017-02-05 | Split pandoc.hs into a module, Text.Pandoc.App, and a small program. | John MacFarlane | 1 | -771/+87 |
2017-02-05 | pandoc.hs: make reader and writer Maybe values in Opt. | John MacFarlane | 1 | -13/+12 |
2017-02-05 | More simplification of pandoc.hs. | John MacFarlane | 1 | -151/+130 |
2017-02-04 | More simplification of Opt in pandoc.hs. | John MacFarlane | 1 | -11/+15 |
2017-02-04 | More simplification of Opt in pandoc.hs. | John MacFarlane | 1 | -9/+13 |
2017-02-04 | Small revision to deprecation message for --old-dashes. | John MacFarlane | 1 | -1/+1 |
2017-02-04 | Simplified Opt structure in cli option parsing. | John MacFarlane | 1 | -9/+10 |
2017-02-04 | Better error messages for removed options. | John MacFarlane | 1 | -9/+25 |
2017-02-04 | Added TODO comment. | John MacFarlane | 1 | -0/+4 |
2017-01-30 | `--mathml` and MathML in HTMLMathMethod longer take an argument. | John MacFarlane | 1 | -7/+3 |
2017-01-28 | LaTeX writer: export writeBeamer. | John MacFarlane | 1 | -1/+0 |
2017-01-25 | Provide explicit separate functions for HTML 4 and 5. | John MacFarlane | 1 | -8/+2 |
2017-01-25 | Removed readerVerbosity and writerVerbosity. | John MacFarlane | 1 | -3/+1 |
2017-01-25 | More logging-related changes. | John MacFarlane | 1 | -10/+9 |
2017-01-25 | Changes to verbosity in writer and reader options. | John MacFarlane | 1 | -17/+11 |
2017-01-25 | Removed writerHighlight; made writerHighlightStyle a Maybe. | John MacFarlane | 1 | -8/+4 |
2017-01-25 | Removed writerIgnoreNotes. | John MacFarlane | 1 | -1/+0 |
2017-01-25 | Removed unused readerFileScope. | John MacFarlane | 1 | -1/+0 |
2017-01-25 | Removed writerMediaBag from WriterOpts. | John MacFarlane | 1 | -6/+4 |
2017-01-25 | Removed writerTeXLigatures. | John MacFarlane | 1 | -9/+0 |
2017-01-25 | Made `smart` extension default for pandoc markdown. | John MacFarlane | 1 | -8/+0 |
2017-01-25 | Removed readerOldDashes and --old-dashes option, added old_dashes extension. | John MacFarlane | 1 | -9/+0 |
2017-01-25 | Removed readerSmart and the --smart option; added Ext_smart extension. | John MacFarlane | 1 | -19/+10 |
2017-01-25 | Make Extensions a custom type instead of a Set Extension. | John MacFarlane | 1 | -2/+1 |
2017-01-25 | Removed `--normalize` option and normalization functions from Shared. | John MacFarlane | 1 | -7/+1 |
2017-01-25 | pandoc.hs: moved main loop to beginning of file. | John MacFarlane | 1 | -368/+371 |
2017-01-25 | Refactored pandoc.hs so that all the runIO' part comes at the end. | John MacFarlane | 1 | -50/+50 |
2017-01-25 | pandoc.hs - moved some utility functions out of main loop. | John MacFarlane | 1 | -28/+30 |
2017-01-25 | More refactoring of pandoc.hs for clarity. | John MacFarlane | 1 | -28/+21 |
2017-01-25 | Put filter running code into MonadIO | John MacFarlane | 1 | -11/+12 |
2017-01-25 | Fixed a misleading comment. | John MacFarlane | 1 | -1/+1 |
2017-01-25 | Added a type signature | John MacFarlane | 1 | -1/+2 |
2017-01-25 | More refactoring of pandoc.hs for clarity. | John MacFarlane | 1 | -22/+25 |
2017-01-25 | Slight code rearrangement in preparation for... | John MacFarlane | 1 | -45/+47 |
2017-01-25 | Removed deprecated `--no-wrap` option. | John MacFarlane | 1 | -7/+0 |
2017-01-25 | Removed deprecated `--chapters` option. | John MacFarlane | 1 | -7/+0 |