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
/
Tests
/
Writers
/
Docx.hs
Age
Commit message (
Expand
)
Author
2026-01-07
Fix docx writer: skip directory entries when building media overrides (#11379)
You Jiangbin
2024-07-27
Docx writer: fix regression with nested lists.
John MacFarlane
2024-06-04
Docx writer: better formatting for task lists.
John MacFarlane
2023-05-09
Rename test/docx/block_quotes_parse_indent.native for consistency
Stephan Meijer
2022-01-18
Docx writer: Separate tables even with RawBlocks between (#7844)
Michael Hoffmann
2022-01-11
Docx writer: Handle bullets correctly in lists by not reusing numIds (#7822)
Michael Hoffmann
2021-08-15
Make docx writer sensitive to `native_numbering` extension.
John MacFarlane
2021-05-28
Docx reader: Read table column widths.
Emily Bourke
2021-02-07
Avoid unnecessary use of NoImplicitPrelude pragma (#7089)
Albert Krewinkel
2020-12-13
Docx writer: keep raw openxml strings verbatim.
Albert Krewinkel
2020-10-06
DOCX reader: Allow empty dates in comments and tracked changes (#6726)
Diego Balseiro
2020-10-02
Docx writer: better handle list items whose contents are lists (#6522)
Michael Hoffmann
2019-09-20
Preserve built-in styles in DOCX with custom style (#5670)
Ben Steinberg
2019-01-26
Improve writing metadata for docx, pptx and odt (#5252)
Agustín Martín Barbero
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-01-27
Docx writer tests: correct test name.
Jesse Rosenthal
2018-01-27
Docx writer tests: Add tests for custom styles
Jesse Rosenthal
2018-01-27
Docx writer tests: Use new golden framework
Jesse Rosenthal
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
2017-08-10
Fixed writer tests not to use writerUserDataDir.
John MacFarlane
2017-07-15
Fix docx writer test for ghc 8.2.1.
John MacFarlane
2017-07-15
Rearrange docx writer roundtrip test.
John MacFarlane
2017-07-14
Refactored compareOutput in docx writer test
John MacFarlane
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
2017-03-14
Use tasty for tests rather than test-framework.
John MacFarlane
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2017-02-04
Moved tests/ -> test/.
John MacFarlane