aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Class/IO.hs
AgeCommit message (Expand)Author
2022-01-08writeMedia: unescape percent-encoding in creating file path.John MacFarlane
2021-08-24Text.Pandoc.Class: add readStdinStrict method to PandocMonad.John MacFarlane
2021-07-09Always use / when adding directory to image path with extractMedia.John MacFarlane
2021-06-10Fix MediaBag regressions.John MacFarlane
2021-06-03T.P.Class.IO: normalise path in writeMedia.John MacFarlane
2021-05-24MediaBag improvements.John MacFarlane
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane
2020-10-19Normalize rewritten image paths with --extract-media.John MacFarlane
2020-04-17Class: generalize PandocIO functions to MonadIOAlbert Krewinkel