Age | Commit message (Expand) | Author | Files | Lines |
2019-10-09 | Initial implementation of --defaults option. | John MacFarlane | 1 | -1/+1 |
2019-10-09 | T.P.App.Opt: Changed optMetadata to Meta, to allow structured values. | John MacFarlane | 1 | -3/+4 |
2019-10-09 | Change optVariables from [(String, String)] to Context Text. | John MacFarlane | 1 | -2/+4 |
2019-10-08 | Use th to derive json instance for LineEnding. | John MacFarlane | 1 | -16/+4 |
2019-10-07 | Text.Pandoc.Options: change To/FromJSON instances for... | John MacFarlane | 1 | -1/+3 |
2019-10-07 | Remove derive_json_via_th flag; always use TH. | John MacFarlane | 1 | -14/+0 |
2019-10-07 | Use typeMismatch. | John MacFarlane | 1 | -1/+2 |
2019-10-06 | T.P.App.Opt: custom FromJSON instance for LineEnding. | John MacFarlane | 1 | -8/+17 |
2019-10-06 | Opt: Change optHighlightStyle to a Maybe String instead of Maybe Style. | John MacFarlane | 1 | -3/+2 |
2019-10-06 | Text.Pandoc.App.Opt: Remove optBaseHeaderLevel from Opt. | John MacFarlane | 1 | -2/+0 |
2019-10-06 | Text.Pandoc.App.Opt: Change optShiftHeadingLevel to optShiftHeadingLevelBy... | John MacFarlane | 1 | -2/+2 |
2019-10-06 | Text.Pandoc.App.Opt: more convenient To/FromJSON instances. | John MacFarlane | 1 | -5/+9 |
2019-09-10 | Add --shift-heading-level-by option. | John MacFarlane | 1 | -0/+2 |
2019-08-24 | Change optMetadataFile type from Maybe to List (#5702) | Owen McGrath | 1 | -2/+2 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -18/+0 |
2019-02-28 | Shared: add filterIpynbOutput. [API change] | John MacFarlane | 1 | -0/+2 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 |
2018-11-06 | T.P.App: extract Opt into separate module | Albert Krewinkel | 1 | -0/+221 |