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-11-21 | Change Generic JSON instances to TemplateHaskell (#4085) | Jasper Van der Jeugt | 1 | -38/+13 |
2017-11-16 | Introduce `HasSyntaxExtensions` typeclass (#4074) | Alexander | 1 | -2/+11 |
2017-11-01 | hlint | Alexander Krotov | 1 | -1/+1 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -2/+2 |
2017-10-26 | makePDF: add argument for pdf options, remove writerPdfArgs. | John MacFarlane | 1 | -2/+0 |
2017-10-05 | KaTeX fixes: | John MacFarlane | 1 | -1/+1 |
2017-09-30 | Removed writerSourceURL, add source URL to common state. | John MacFarlane | 1 | -2/+0 |
2017-09-17 | Added `--strip-comments` option, `readerStripComments` in `ReaderOptions`. | John MacFarlane | 1 | -1/+3 |
2017-09-15 | Remove To/FromJSON instance for WriterOptions. | John MacFarlane | 1 | -4/+0 |
2017-09-14 | FromJSON/ToJSON instances for Reader, WriterOptions. | John MacFarlane | 1 | -0/+8 |
2017-09-11 | Support for PDF generation via `weasyprint` and `prince` (#3909) | Mauro Bieg | 1 | -2/+2 |
2017-08-10 | Remove writerUserDataDir from WriterOptions. | John MacFarlane | 1 | -2/+0 |
2017-07-07 | Rewrote LaTeX reader with proper tokenization. | John MacFarlane | 1 | -2/+0 |
2017-06-22 | Added `writerEpubSubdirectory` to `WriterOptions`. | John MacFarlane | 1 | -0/+2 |
2017-05-21 | Text.Pandoc.App: ToJSON and FromJSON instances for Opts. | John MacFarlane | 1 | -0/+34 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-03-30 | Allow dynamic loading of syntax definitions. | John MacFarlane | 1 | -0/+3 |
2017-03-05 | Added readerAbbreviations to ParserState. | John MacFarlane | 1 | -0/+11 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -42/+43 |
2017-02-27 | Removed `--epub-stylesheet`; use `--css` instead. | John MacFarlane | 1 | -2/+0 |
2017-02-10 | Added Text.Pandoc.Logging (exported module). | John MacFarlane | 1 | -5/+0 |
2017-02-06 | Removed --parse-raw and readerParseRaw. | John MacFarlane | 1 | -2/+0 |
2017-02-04 | Changed writerEpubMetadata to a Maybe String. | John MacFarlane | 1 | -2/+2 |
2017-01-30 | `--mathml` and MathML in HTMLMathMethod longer take an argument. | John MacFarlane | 1 | -1/+1 |
2017-01-28 | LaTeX writer: export writeBeamer. | John MacFarlane | 1 | -2/+0 |
2017-01-27 | HTML: export separate functions for slide formats. | John MacFarlane | 1 | -2/+0 |
2017-01-27 | HTML writer: export writeHtmlStringForEPUB. | John MacFarlane | 1 | -2/+0 |
2017-01-26 | Split writeDocbook into writeDocbook4, writeDocbook5. | John MacFarlane | 1 | -2/+0 |
2017-01-25 | Provide explicit separate functions for HTML 4 and 5. | John MacFarlane | 1 | -2/+0 |
2017-01-25 | Removed readerVerbosity and writerVerbosity. | John MacFarlane | 1 | -4/+0 |
2017-01-25 | Changes to verbosity in writer and reader options. | John MacFarlane | 1 | -4/+9 |
2017-01-25 | Removed writerHighlight; made writerHighlightStyle a Maybe. | John MacFarlane | 1 | -4/+3 |
2017-01-25 | Removed vestigial writerMediaBag from WriterOptions. | John MacFarlane | 1 | -3/+0 |
2017-01-25 | Removed writerIgnoreNotes. | John MacFarlane | 1 | -2/+0 |
2017-01-25 | Removed unused readerFileScope. | John MacFarlane | 1 | -2/+0 |
2017-01-25 | Removed writerTeXLigatures. | John MacFarlane | 1 | -2/+0 |
2017-01-25 | Options: changed default reader/writerExtensions to emptyExtensions. | John MacFarlane | 1 | -2/+2 |
2017-01-25 | Removed readerOldDashes and --old-dashes option, added old_dashes extension. | John MacFarlane | 1 | -4/+0 |
2017-01-25 | Removed readerSmart and the --smart option; added Ext_smart extension. | John MacFarlane | 1 | -2/+0 |
2017-01-25 | Make Extensions a custom type instead of a Set Extension. | John MacFarlane | 1 | -5/+3 |
2017-01-25 | Split extensions code from Options into separate Text.Pandoc.Extensions. | John MacFarlane | 1 | -205/+3 |
2017-01-25 | Simplified reference-docx/reference-odt to reference-doc. | John MacFarlane | 1 | -4/+2 |
2016-11-30 | Options: Removed writerStandalone, made writerTemplate a Maybe. | John MacFarlane | 1 | -4/+2 |
2016-11-27 | Refactor top-level division selection (#3261) | Albert Krewinkel | 1 | -7/+9 |
2016-11-26 | Allow to overwrite top-level division type heuristics (#3258) | Albert Krewinkel | 1 | -2/+2 |
2016-10-22 | Added `angle_brackets_escapable` extension. | John MacFarlane | 1 | -1/+3 |
2016-10-19 | Add option for top-level division type | Albert Krewinkel | 1 | -4/+9 |
2016-09-06 | Add --parts command line option to LaTeX writer. | Oliver Matthews | 1 | -0/+2 |