aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App.hs
AgeCommit message (Expand)Author
2022-09-20Text.Pandoc.App: export `IpynbOutput(..)`.John MacFarlane
2022-09-18Add prefixes to identifiers with `--file-scope`. (#8282)John MacFarlane
2022-08-13App: Remove unneeded MonadIO constraints in readSources.John MacFarlane
2022-08-13Factor out convertWithOpts' from convertWithOpts.John MacFarlane
2022-07-28Populate mediabag after filters have run. (#8114)Albert Krewinkel
2022-06-14add `--embed-resources` flag (#8121)Elliot Bobrow
2022-04-24Add tsv (tab separated values) as an input format.John MacFarlane
2022-02-18Change `--metadata-file` parsing...John MacFarlane
2022-02-13Ensure that you don't get PDF output to terminal.John MacFarlane
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