aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Class/IO.hs
AgeCommit message (Expand)AuthorFilesLines
2021-08-24Text.Pandoc.Class: add readStdinStrict method to PandocMonad.John MacFarlane1-0/+6
2021-07-09Always use / when adding directory to image path with extractMedia.John MacFarlane1-1/+1
2021-06-10Fix MediaBag regressions.John MacFarlane1-20/+21
2021-06-03T.P.Class.IO: normalise path in writeMedia.John MacFarlane1-3/+2
2021-05-24MediaBag improvements.John MacFarlane1-5/+4
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane1-3/+3
2020-10-19Normalize rewritten image paths with --extract-media.John MacFarlane1-1/+2
2020-04-17Class: generalize PandocIO functions to MonadIOAlbert Krewinkel1-0/+231