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