aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
AgeCommit message (Expand)AuthorFilesLines
2019-03-01Remove license boilerplate.John MacFarlane1-19/+0
2019-02-20Escape slashes so haddock doesn't think they're italics (#5322)Chris Martin1-1/+1
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-11-11Fix CPP conditional for TH pragmaAlbert Krewinkel1-1/+1
2018-11-04Add cabal flag `derive_json_via_th`Albert Krewinkel1-3/+50
2018-09-30Text.Pandoc.Options: add writerPreferAscii to WriterOptions.John MacFarlane1-0/+2
2018-05-09Restored and undeprecated gladtex for HTML math.John MacFarlane1-0/+1
2018-04-25Removed deprecated ancient HTML math methods.John MacFarlane1-3/+0
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
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