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
/
App.hs
Age
Commit message (
Expand
)
Author
2025-08-21
Make `-t chunkedhtml -o -` output to stdout (as documented)...
John MacFarlane
2025-08-11
Create directory of output file if it doesn't exist.
John MacFarlane
2025-07-13
Remove code duplication around version info.
John MacFarlane
2025-07-13
Revert "Export `copyrightMessage` from Text.Pandoc.App module."
John MacFarlane
2025-07-13
Export `copyrightMessage` from Text.Pandoc.App module.
John MacFarlane
2025-03-29
Text.Pandoc.App: set `pdf-engine` variable.
John MacFarlane
2024-12-07
Ensure that `--sandbox` affects `--embed-resources`.
John MacFarlane
2024-12-07
T.P.App.OutputSettings: add `sandbox'` function.
John MacFarlane
2024-09-03
Text.Pandoc.Format: change formatFromFilePaths...
John MacFarlane
2024-05-10
Collect transforms in new module T.P.Transforms. [API change]
Albert Krewinkel
2024-04-25
Update copyright dates to 2024.
John MacFarlane
2024-04-17
T.P.App: Move "transforms" after filters.
John MacFarlane
2023-06-27
Use toTextM instead of toText when possible.
John MacFarlane
2023-03-20
T.P.Format: add new function `formatFromFilePaths` [API Change] (#8710)
Albert Krewinkel
2023-01-21
Fix use of extensions with custom readers.
John MacFarlane
2023-01-11
Add ChunkedHTML writer.
John MacFarlane
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-12-20
T.P.Scripting: Refactor the scripting engine.
John MacFarlane
2022-12-14
T.P.App: cleanup code, extract internal functions
Albert Krewinkel
2022-12-14
T.P.App: unify check for standalone output
Albert Krewinkel
2022-11-02
Text.Pandoc.App: Change `parseOptionsFromArgs` and `parseOptions`... (#8406)
John MacFarlane
2022-10-19
Move `defaultUserDataDir` from T.P.Shared to T.P.Data [API change].
John MacFarlane
2022-10-18
T.P.Shared: remove `escapeURI`, `isURI`.
John MacFarlane
2022-10-15
Minor code cleanups.
John MacFarlane
2022-10-12
Lua: support extensions in custom readers.
Albert Krewinkel
2022-10-10
Lua: use `Reader` type for custom readers.
Albert Krewinkel
2022-10-08
[API Change] Change argument type of `getReader`, `getWriter`.
Albert Krewinkel
2022-10-08
[API Change] Add new module "Text.Pandoc.Format"
Albert Krewinkel
2022-09-30
App: move initial input-to-Pandoc code to internal submodule
Albert Krewinkel
2022-09-30
[API Change] Parameterize `convertWithOpts` over scripting engine.
Albert Krewinkel
2022-09-30
[API Change] Filter: Parameterize `applyFilters` over scripting engine.
Albert Krewinkel
2022-09-30
[API Change] Remove modules T.P.Writers.Custom and T.P.Readers.Custom.
Albert Krewinkel
2022-09-29
Remove deprecated option `--strip-empty-paragraphs`.
John MacFarlane
2022-09-27
Fix small whitespace things.
John MacFarlane
2022-09-20
Text.Pandoc.App: export `IpynbOutput(..)`.
John MacFarlane
2022-09-18
Add prefixes to identifiers with `--file-scope`. (#8282)
John MacFarlane
2022-08-13
App: Remove unneeded MonadIO constraints in readSources.
John MacFarlane
2022-08-13
Factor out convertWithOpts' from convertWithOpts.
John MacFarlane
2022-07-28
Populate mediabag after filters have run. (#8114)
Albert Krewinkel
2022-06-14
add `--embed-resources` flag (#8121)
Elliot Bobrow
2022-04-24
Add tsv (tab separated values) as an input format.
John MacFarlane
2022-02-18
Change `--metadata-file` parsing...
John MacFarlane
2022-02-13
Ensure that you don't get PDF output to terminal.
John MacFarlane
2022-01-21
Search for metadata files in $DATADIR/metadata (#7851)
Even Brenden
2022-01-03
Don't read sources until in/out format are verified.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2022-01-01
Lua: provide global `PANDOC_WRITER_OPTIONS` [API change]
Albert Krewinkel
2021-11-05
Add interface for custom readers written in Lua. (#7671)
John MacFarlane
2021-10-27
Switch back from HsYAML to yaml.
John MacFarlane
2021-09-08
App: Issue NotUTF8Encoded warning when falling back to latin1.
John MacFarlane
[next]