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
/
test
/
test-pandoc.hs
Age
Commit message (
Expand
)
Author
2025-11-24
Add `xlsx` (Microsoft Excel) as an input format.
Anton Antich
2025-11-24
Support pptx (PowerPoint) as an input format.
Anton Antich
2025-11-05
Add BBCode writer (#11242)
reptee
2025-07-26
New `xml` format exactly representing a Pandoc AST.
massifrg
2025-07-23
Ensure that all modules have explicit export lists.
John MacFarlane
2024-12-27
Add Pod reader
Evan Silberman
2024-12-05
Add mdoc reader
Evan Silberman
2023-06-23
Add tests for fillMediaBag/extractMedia.
John MacFarlane
2022-11-02
Text.Pandoc.App: Change `parseOptionsFromArgs` and `parseOptions`... (#8406)
John MacFarlane
2022-10-24
Rename T.P.Readers.Odt -> T.P.Readers.ODT.
John MacFarlane
2022-10-24
Rename T.P.Writers.Docbook -> T.P.Writers.DocBook.
John MacFarlane
2022-10-13
Rollback parameterize options on scripting engine.
John MacFarlane
2022-09-30
[API Change] Extract Lua code into new package pandoc-lua-engine
Albert Krewinkel
2022-09-30
[API Change] App: parameterize `options` over the scripting engine
Albert Krewinkel
2022-09-27
Fix small whitespace things.
John MacFarlane
2021-12-19
Add a writer for Markua 0.10 (#7729)
binaarinen
2021-08-10
Add RTF reader.
John MacFarlane
2021-03-19
Tests: Use getExecutablePath from base...
John MacFarlane
2021-02-07
Avoid unnecessary use of NoImplicitPrelude pragma (#7089)
Albert Krewinkel
2021-02-02
Test suite: a more robust way of testing the executable.
John MacFarlane
2020-09-12
[API change] Rename Writers.Tables and its contents (#6679)
Christian Despres
2020-09-05
Add Writers.Tables helper functions and types, add tests for those (#6655)
Christian Despres
2020-07-08
Escape starting periods in ms writer code blocks
Michael Hoffmann
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
2020-03-31
Jira writer: convert spans with class `underline` to inserted text
Albert Krewinkel
2019-12-17
Add jira reader (#5913)
Albert Krewinkel
2019-05-20
Improve output of Lua tests (#5499)
Albert Krewinkel
2019-01-31
Tests: avoid calling findPandoc multiple times.
John MacFarlane
2019-01-06
Add DokuWiki reader (#5108)
Alexander
2019-01-04
Fix findPandoc so it works with cabalv2.
John MacFarlane
2018-05-09
Merge branch 'master' into groff_reader
Yan Pashkovsky
2018-05-09
basic manfile parsing
Yan Pas
2018-04-26
Add FB2 reader (#4539)
Alexander
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-02-25
initial
Yan Pas
2017-12-28
PowerPoint writer: Introduce beginning of tests
Jesse Rosenthal
2017-12-20
Add Basic JATS reader based on DocBook reader
Hamish Mackenzie
2017-12-13
fig, table-wrap & caption Divs for JATS writer
Hamish Mackenzie
2017-10-28
Add new style FB2 tests
Alexander Krotov
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
2017-10-26
Creole reader (#3994)
Sascha Wilde
2017-06-19
Add Muse reader (#3620)
Alexander Krotov
2017-03-20
Lua filters (#3514)
Albert Krewinkel
2017-03-14
Use tasty for tests rather than test-framework.
John MacFarlane
2017-03-10
Add Muse writer (#3489)
Alexander Krotov
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2017-02-12
Add Org writer unit tests
Alexander Krotov
2017-02-04
Added new test framework Tests.Command.
John MacFarlane
2017-02-04
Added skeleton for Tests.Command.
John MacFarlane
2017-02-04
Moved tests/ -> test/.
John MacFarlane