aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
AgeCommit message (Expand)AuthorFilesLines
2021-10-27Change JSON encodings of some types.John MacFarlane1-2/+6
2021-10-27Switch back from HsYAML to yaml.John MacFarlane1-99/+118
2021-05-25Allow compilation with base 4.15Albert Krewinkel1-17/+17
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-12-10Add sourcepos extension for commonmarkeJohn MacFarlane1-0/+1
2020-11-14Markdown writer: default to using ATX headings.Aner Lucero1-1/+1
2020-11-06doc/filters.md: describe technical details of filter invocations (#6815)Albert Krewinkel1-0/+2
2020-10-10Options.hs: defaultMathJaxURL: use tex-chtml-full instead of tex-mml-chtml (#...Kolen Cheung1-1/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-2/+3
2020-08-06Options: Add `/tex-mml-chtml.js` to defaultMathJaxURL.John MacFarlane1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Resolve HLint warningsAlbert Krewinkel1-2/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-24/+25
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-1/+1
2019-10-14Bump KaTeX version to 0.11.1mb211-1/+1
2019-10-10Improve parsing of --defaults.John MacFarlane1-1/+97
2019-10-09Options.WriterOptions: Change type of writerVariables to Context Text.John MacFarlane1-2/+4
2019-10-07Text.Pandoc.Options: change To/FromJSON instances for...John MacFarlane1-8/+32
2019-10-07Remove derive_json_via_th flag; always use TH.John MacFarlane1-46/+0
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-1/+2
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