aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App/Opt.hs
AgeCommit message (Expand)AuthorFilesLines
2019-10-08Use th to derive json instance for LineEnding.John MacFarlane1-16/+4
2019-10-07Text.Pandoc.Options: change To/FromJSON instances for...John MacFarlane1-1/+3
2019-10-07Remove derive_json_via_th flag; always use TH.John MacFarlane1-14/+0
2019-10-07Use typeMismatch.John MacFarlane1-1/+2
2019-10-06T.P.App.Opt: custom FromJSON instance for LineEnding.John MacFarlane1-8/+17
2019-10-06Opt: Change optHighlightStyle to a Maybe String instead of Maybe Style.John MacFarlane1-3/+2
2019-10-06Text.Pandoc.App.Opt: Remove optBaseHeaderLevel from Opt.John MacFarlane1-2/+0
2019-10-06Text.Pandoc.App.Opt: Change optShiftHeadingLevel to optShiftHeadingLevelBy...John MacFarlane1-2/+2
2019-10-06Text.Pandoc.App.Opt: more convenient To/FromJSON instances.John MacFarlane1-5/+9
2019-09-10Add --shift-heading-level-by option.John MacFarlane1-0/+2
2019-08-24Change optMetadataFile type from Maybe to List (#5702)Owen McGrath1-2/+2
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-28Shared: add filterIpynbOutput. [API change]John MacFarlane1-0/+2
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-11-06T.P.App: extract Opt into separate moduleAlbert Krewinkel1-0/+221