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.hs
Age
Commit message (
Expand
)
Author
2025-08-01
Make CommonState opaque.
John MacFarlane
2022-10-03
Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)
John MacFarlane
2021-08-28
Add `--sandbox` option.
John MacFarlane
2020-03-22
Text.Pandoc.Class: extract submodules PandocIO, PandocPure
Albert Krewinkel
2020-03-21
Class: fix missing import when data files are not embedded
Albert Krewinkel
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-14
Subdivide Text.Pandoc.Class into small modules (#6106)
Albert Krewinkel
2020-02-07
Resolve HLint warnings
Albert Krewinkel
2020-02-07
More in-depth refactoring and cleanup (#6123)
Joseph C. Sible
2019-12-11
Improved template API and fixed a bug. Closes #5979.
John MacFarlane
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-10-03
Minor ghc 8.8 fixups.
John MacFarlane
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
2019-05-28
Fix handling of `file:` URL scheme in `downloadOrRead` (#5522)
Mauro Bieg
2019-04-05
PowerPoint writer: expand builtin reference doc to model all layouts
Jesse Rosenthal
2019-03-27
Drop support for ghc < 8.
John MacFarlane
2019-03-22
fetchItem: don't treat UNC paths as protocol-relative URLs.
John MacFarlane
2019-03-01
Remove license boilerplate.
John MacFarlane
2018-11-01
Remove unnecessary hiding in Class.hs
Alexander Krotov
2018-10-09
Docx writer: added framework for custom properties.
John MacFarlane
2018-07-02
Spellcheck comments
Alexander Krotov
2018-06-28
Remove network-uri flag and use 'Network.Socket'.
John MacFarlane
2018-05-08
Use uriPathToPath with file: URIs.
John MacFarlane
2018-05-04
catch IO errors when writing media files, closes #4559 (#4619)
Francesco Occhipinti
2018-04-19
Text.Pandoc.Class.writeMedia: unescape URI-escaping in file path.
John MacFarlane
2018-03-18
Removed old-locale flag and Text.Pandoc.Compat.Time.
John MacFarlane
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
2018-03-16
Class: Semigroup instance for FileTree with base >= 4.9.
John MacFarlane
2018-02-18
Powerpoint writer: Move notes slides into data tree.
Jesse Rosenthal
2018-01-19
hlint code improvements.
John MacFarlane
2017-12-28
Class: make FileTree opaque.
John MacFarlane
2017-12-28
Powerpoint writer tests: use IO.
John MacFarlane
2017-12-28
Moved makeCanoncial definition out of ifdef!
John MacFarlane
2017-12-28
Class: use makeCanonical for normalization in FileTree and data files.
John MacFarlane
2017-12-28
Text.Pandoc.Class: add insertInFileTree (API change).
John MacFarlane
2017-12-13
Removed whitespace at ends of line.
John MacFarlane
2017-12-11
Add necessary powerpoint functions to Class.
Jesse Rosenthal
2017-10-29
Export all of Text.Pandoc.Class from Text.Pandoc.
John MacFarlane
2017-10-29
Source code reformatting.
John MacFarlane
2017-10-27
hlint suggestions.
John MacFarlane
2017-10-27
hlint suggestions.
John MacFarlane
2017-10-26
Comment reformat.
John MacFarlane
2017-10-24
Added some haddock docs for Text.Pandoc.Class functions.
John MacFarlane
2017-10-23
Back to using [WARNING] and [INFO] to mark messages.
John MacFarlane
2017-10-23
More pleasing presentation of warnings and info messages.
John MacFarlane
2017-10-15
Remove openURL from Shared (API change).
John MacFarlane
2017-10-15
Class: add stRequestHeaders to CommonState, and setRequestHeader.
John MacFarlane
2017-09-30
Text.Pandoc.Class - add getVerbosity.
John MacFarlane
[next]