aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
AgeCommit message (Expand)Author
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Resolve HLint warningsAlbert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane
2019-10-14Bump KaTeX version to 0.11.1mb21
2019-10-10Improve parsing of --defaults.John MacFarlane
2019-10-09Options.WriterOptions: Change type of writerVariables to Context Text.John MacFarlane
2019-10-07Text.Pandoc.Options: change To/FromJSON instances for...John MacFarlane
2019-10-07Remove derive_json_via_th flag; always use TH.John MacFarlane
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-20Escape slashes so haddock doesn't think they're italics (#5322)Chris Martin
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-11-11Fix CPP conditional for TH pragmaAlbert Krewinkel
2018-11-04Add cabal flag `derive_json_via_th`Albert Krewinkel
2018-09-30Text.Pandoc.Options: add writerPreferAscii to WriterOptions.John MacFarlane
2018-05-09Restored and undeprecated gladtex for HTML math.John MacFarlane
2018-04-25Removed deprecated ancient HTML math methods.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
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