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