aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App.hs
AgeCommit message (Expand)AuthorFilesLines
2021-11-05Add interface for custom readers written in Lua. (#7671)John MacFarlane1-5/+8
2021-10-27Switch back from HsYAML to yaml.John MacFarlane1-1/+1
2021-09-08App: Issue NotUTF8Encoded warning when falling back to latin1.John MacFarlane1-2/+6
2021-08-28Add `--sandbox` option.John MacFarlane1-4/+25
2021-08-28Docx writer: handle SVG images.John MacFarlane1-3/+18
2021-08-24Comment out unused module.John MacFarlane1-1/+1
2021-08-24Reorganize App to make it easier to limit IO in main loop.John MacFarlane1-85/+100
2021-08-24T.P.App.OutputSettings: Generalize some types...John MacFarlane1-1/+1
2021-08-22App: Move output-file writing out of PandocMonad action.John MacFarlane1-29/+29
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-3/+5
2021-05-05App: allow tabs expansion even if file-scope is usedAlbert Krewinkel1-7/+11
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane1-1/+1
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane1-3/+3
2021-03-05Implement environment variable interpolation in defaults files.John MacFarlane1-8/+21
2021-02-22Fall back to latin1 if UTF-8 decoding fails...John MacFarlane1-1/+7
2021-02-22When downloading content from URL arguments, be sensitive to...John MacFarlane1-1/+9
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane1-5/+5
2021-02-02Add parseOptionsFromArgs [API change, addition].John MacFarlane1-1/+3
2021-01-10JATS writer: fix citations (#7018)Albert Krewinkel1-14/+2
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-11-26Added some explicit imports.John MacFarlane1-3/+3
2020-11-16Only use filterIpynbOutput if input format is ipynb.John MacFarlane1-0/+1
2020-11-16When checking reader/writer name, check base name...John MacFarlane1-9/+11
2020-10-07Raise informative errors when YAML metadata parsing fails.John MacFarlane1-2/+3
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane1-11/+16
2020-04-13Add an option to disable certificate validation (#6156)Cédric Couralet1-0/+2
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-19Text.Pandoc.App: set resource path at the beginning...John MacFarlane1-1/+2
2020-02-08Factor out a findM function (#6125)Joseph C. Sible1-8/+2
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-1/+1
2020-02-07Resolve HLint warningsAlbert Krewinkel1-1/+1
2020-02-07More in-depth refactoring and cleanup (#6123)Joseph C. Sible1-11/+10
2019-11-24Add unexported Text.Pandoc.Readers.Metadata.John MacFarlane1-1/+1
2019-11-14Change optInputFiles to a `Maybe [FilePath]`.John MacFarlane1-6/+6
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-23/+21
2019-11-07Change merge behavior for metadata.John MacFarlane1-8/+4
2019-11-06Add and apply filters in order (not reversed).John MacFarlane1-2/+1
2019-11-03Allow pdf output to stdout.John MacFarlane1-1/+2
2019-10-10Improve parsing of --defaults.John MacFarlane1-8/+8
2019-10-10`--metadata-file`: when multiple files specified, second takes precedence...John MacFarlane1-0/+4
2019-10-09T.P.App.Opt: rename optReader, optWriter as optFrom, optTo.John MacFarlane1-1/+1
2019-10-09T.P.App.Opt: Changed optMetadata to Meta, to allow structured values.John MacFarlane1-38/+16
2019-10-06Text.Pandoc.App.Opt: Remove optBaseHeaderLevel from Opt.John MacFarlane1-4/+1
2019-10-06Text.Pandoc.App.Opt: Change optShiftHeadingLevel to optShiftHeadingLevelBy...John MacFarlane1-1/+1
2019-09-29Raise error on unsupported extensions. Closes #4338.John MacFarlane1-10/+1
2019-09-27LogMessage: change UnknownExtension -> CouldNotDeduceFormatJohn MacFarlane1-1/+1
2019-09-10Add --shift-heading-level-by option.John MacFarlane1-0/+3
2019-09-08Emit warning on `-f latex -o out.pdf` (#5736)Mauro Bieg1-0/+8
2019-08-25Don't add a newline if there's already one.John MacFarlane1-4/+5