index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
App
/
Opt.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-29
Handle errors in yamlToMeta
Nikolay Yakimov
1
-8
/
+8
2020-06-29
Unify defaults and markdown metadata parsers
Nikolay Yakimov
1
-14
/
+15
2020-04-13
Add an option to disable certificate validation (#6156)
Cédric Couralet
1
-0
/
+5
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
1
-2
/
+2
2020-01-31
Support 'bibliography' and 'csl' fields in defaults file.
John MacFarlane
1
-1
/
+41
2019-12-22
Ensure that later default file values for `variable` replace earlier ones.
John MacFarlane
1
-1
/
+3
2019-11-17
Reverted the behavior change with `--title-prefix`.
John MacFarlane
1
-1
/
+2
2019-11-14
Default files: Allow leaving input-files blank again.
John MacFarlane
1
-3
/
+4
2019-11-14
Change optInputFiles to a `Maybe [FilePath]`.
John MacFarlane
1
-6
/
+7
2019-11-13
Default files: combine with prior values when appropriate.
John MacFarlane
1
-21
/
+45
2019-11-13
Use `atx-headers` rather than `setext-headers` in defaults file...
John MacFarlane
1
-2
/
+2
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-25
/
+23
2019-11-06
Allow singular input-file in defaults file.
John MacFarlane
1
-0
/
+4
2019-11-01
`--defaults` improvements.
John MacFarlane
1
-88
/
+113
2019-10-29
Changes to build with new doctemplates/doclayout.
John MacFarlane
1
-1
/
+2
2019-10-11
Allow output-file to be null in --defaults.
John MacFarlane
1
-1
/
+1
2019-10-10
Improve parsing of --defaults.
John MacFarlane
1
-11
/
+234
2019-10-09
T.P.App.Opt: rename optReader, optWriter as optFrom, optTo.
John MacFarlane
1
-4
/
+4
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