index
:
github.com/jgm/pandoc
aeson-pretty
asciidoc-reader
babel
bespoke-prelude
chunkedhtml
cite-prefix
commonmark-github
commonmark-hs
commonmark-hs-new
dark-mode
djot
endnote
figures
free
ghc925-3.1.5
ghc925-text2-3.1.5
ghc942-3.1.5
ghc944-3.1.5
images2
initialize-data-files
issue-6072
issue10282
issue10769
issue1234
issue221
issue5354
issue6122
issue6344
issue7111
issue7219
issue771
issue8378
issue8382
issue8417
issue9525
issue9878
issue_11268
jgm-patch-1
latex-partials
link-images
lowmem
main
mallard
mark
moinmoin2
multifile
newlatex
newlatex2
nospace
note-label
offline
oldmaster
optinfo
oracle
pseudopod
r1.19.2.2
r1.19.2.3
r1.19.2.4
rebase-relative-paths-extension
rel-1.19.2.1
relude
reset-position
resolverefs
ris
sable
sandbox3
sandboxed
signing
simdutf
source_date_epoch
sources
split-packages
styles
test-windows-ci
text
token-newline
travis
typst-reader
typst-tables
typst-writer
uri-cite-key
wasm
windows-arm64
windows-ci
windows-release-cabal
xeno
Pandoc — The universal markup converter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Class
/
IO.hs
Age
Commit message (
Expand
)
Author
8 days
Allow --extract-media to extract to a tar archive...
John MacFarlane
2025-12-24
openURL without http support: Use throwError rather than error.
John MacFarlane
2025-12-24
Add http cabal flag.
John MacFarlane
2025-12-24
Change PandocHttpError constructor type.
John MacFarlane
2025-09-09
PandocMonad: Let fetching fail if the HTTP request is not successful.
Albert Krewinkel
2025-07-28
Text.Pandoc.Class: Add `stManager` to CommonState.
John MacFarlane
2024-10-01
Remove unnecessary import.
John MacFarlane
2024-10-01
Allow extracting data: URIs even in PandocPure (`--sandbox`).
John MacFarlane
2024-02-20
Class: openUrl TLS negotiation fixes.
John MacFarlane
2024-02-19
Minor code cleanup.
John MacFarlane
2023-12-06
Revert "Use base64 instead of base64-bytestring."
John MacFarlane
2023-11-17
T.P.Class.IO.openURL improvements for data uris.
John MacFarlane
2023-07-20
Fix new variant of the vulnerability in CVE-2023-35936.
John MacFarlane
2023-06-23
More fixes to 5e381e3.
John MacFarlane
2023-06-23
Fix bug in 5e381e3878b5da87ee7542f7e51c3c1a7fd84b89
John MacFarlane
2023-06-20
Fix a security vulnerability in MediaBag and T.P.Class.IO.writeMedia.
John MacFarlane
2023-06-19
Add Extracting log message for `--extract-media`.
John MacFarlane
2023-01-16
T.P.Class.IO: export function `writeMedia` [API change]
Albert Krewinkel
2022-08-21
Fix regression with data uris in 2.19.1.
John MacFarlane
2022-08-14
Use base64 instead of base64-bytestring.
John MacFarlane
2022-02-04
MediaBag: improve detection of absolute paths.
John MacFarlane
2022-02-04
Revert "T.P.Class.IO.adjustImagePath: avoid double slash."
John MacFarlane
2022-02-04
T.P.Class.IO.adjustImagePath: avoid double slash.
John MacFarlane
2022-01-08
writeMedia: unescape percent-encoding in creating file path.
John MacFarlane
2021-08-24
Text.Pandoc.Class: add readStdinStrict method to PandocMonad.
John MacFarlane
2021-07-09
Always use / when adding directory to image path with extractMedia.
John MacFarlane
2021-06-10
Fix MediaBag regressions.
John MacFarlane
2021-06-03
T.P.Class.IO: normalise path in writeMedia.
John MacFarlane
2021-05-24
MediaBag improvements.
John MacFarlane
2021-02-22
Text.Pandoc.UTF8: change IO functions to return Text, not String.
John MacFarlane
2020-10-19
Normalize rewritten image paths with --extract-media.
John MacFarlane
2020-04-17
Class: generalize PandocIO functions to MonadIO
Albert Krewinkel