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