aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App/Opt.hs
AgeCommit message (Expand)AuthorFilesLines
2019-11-06Allow singular input-file in defaults file.John MacFarlane1-0/+4
2019-11-01`--defaults` improvements.John MacFarlane1-88/+113
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-1/+2
2019-10-11Allow output-file to be null in --defaults.John MacFarlane1-1/+1
2019-10-10Improve parsing of --defaults.John MacFarlane1-11/+234
2019-10-09T.P.App.Opt: rename optReader, optWriter as optFrom, optTo.John MacFarlane1-4/+4
2019-10-09Initial implementation of --defaults option.John MacFarlane1-1/+1
2019-10-09T.P.App.Opt: Changed optMetadata to Meta, to allow structured values.John MacFarlane1-3/+4
2019-10-09Change optVariables from [(String, String)] to Context Text.John MacFarlane1-2/+4
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