aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App.hs
AgeCommit message (Expand)AuthorFilesLines
2019-08-24Change optMetadataFile type from Maybe to List (#5702)Owen McGrath1-2/+3
2019-08-08Revert "Avoid a pointless Text -> String conversion on output."John MacFarlane1-14/+8
2019-08-07Avoid a pointless Text -> String conversion on output.John MacFarlane1-8/+14
2019-07-20Removed an unnecessary liftIO.John MacFarlane1-2/+1
2019-07-20Moved istty check.John MacFarlane1-5/+5
2019-07-20Minor code clarity change.John MacFarlane1-8/+8
2019-07-14Logging: Added UnknownExtensions constructor to LogMessage.John MacFarlane1-35/+39
2019-07-14Change formatForFilePaths to return a Maybe.John MacFarlane1-1/+2
2019-04-25Fix --self-contained so it works when output format has extensions.John MacFarlane1-4/+4
2019-04-02Fix harmless error in file-scope code.John MacFarlane1-2/+2
2019-03-02Use XDG data directory for user data directory.John MacFarlane1-6/+12
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-28Markdown Reader: yamlToMeta respects extensions (#5276)Mauro Bieg1-4/+5
2019-02-28Shared: add filterIpynbOutput. [API change]John MacFarlane1-8/+21
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-12-31Simplify/fix reading of `--metadata` values on command line.John MacFarlane1-7/+8
2018-11-29Improve error message for UTF-8 decoding errors.John MacFarlane1-6/+17
2018-11-07T.P.App: extract submodule T.P.App.FormatHeuristicsAlbert Krewinkel1-57/+1
2018-11-06T.P.App: extract Opt into separate moduleAlbert Krewinkel1-2/+2
2018-11-03App: extract output settings into moduleAlbert Krewinkel1-201/+28
2018-11-03App: extract command line options to separate moduleAlbert Krewinkel1-1035/+8
2018-11-01Text.Pandoc.App: improved detection of format based on extension.John MacFarlane1-83/+66
2018-10-31Work around HXT limitation for --syntax-definition with windows drive.John MacFarlane1-2/+9
2018-10-26Always preserve tabs for man format.John MacFarlane1-1/+3
2018-10-19Use man reader for files with extension dot + digit.John MacFarlane1-0/+1
2018-09-30Implement `--ascii` (`writerPreferAscii`) in writers, not App.John MacFarlane1-20/+5
2018-09-15introduce --metadata-file optionmb211-0/+17
2018-08-03Better error message on `-t pdf -o out.pdf` (#4815)Mauro Bieg1-5/+9
2018-07-18Fix regression finding templates in user data directory.John MacFarlane1-3/+1
2018-06-29Use HsYAML instead of yaml for translations, YAML metadata.John MacFarlane1-5/+6
2018-06-29Use decodeEither' not decodeEither (deprecated).John MacFarlane1-2/+2
2018-06-28Avoid using deprecated 'decode' from yaml.John MacFarlane1-5/+5
2018-06-12Allow --template to take a URL argument.John MacFarlane1-1/+1
2018-06-03Regression: make --pdf-engine work with full paths (#4682)Mauro Bieg1-2/+2
2018-05-09Restored and undeprecated gladtex for HTML math.John MacFarlane1-0/+6
2018-05-08Use uriPathToPath with file: URIs.John MacFarlane1-2/+2
2018-04-30Don't lowercase custom writer filenameAlexander Krotov1-5/+3
2018-04-26Add FB2 reader (#4539)Alexander1-0/+1
2018-04-26Make `--ascii` work for all XML formats (ICML, OPML, JATS,...).John MacFarlane1-2/+3
2018-04-26Make `--ascii` work with `ms` and `man` output.John MacFarlane1-8/+16
2018-04-25Removed deprecated ancient HTML math methods.John MacFarlane1-40/+0
2018-04-14Added a needed import in Text.Pandoc.App.John MacFarlane1-0/+1
2018-04-12Fix bash completion for `--print-default-data-file`.John MacFarlane1-2/+16
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane1-1/+0
2018-03-09Raise error if someone tries to print docx, odt, etc. template.John MacFarlane1-0/+3
2018-01-13Move filter functions to separate moduleAlbert Krewinkel1-95/+5
2018-01-12Lua filters: make PANDOC_READER_OPTIONS availableAlbert Krewinkel1-2/+2
2018-01-07Use latest skylighting and omit the 'missingincludes' check.John MacFarlane1-11/+1
2018-01-06Don't use `missingIncludes` unless custom syntax defs have been given.John MacFarlane1-1/+2