index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Tests
/
Writers
/
Docx.hs
Age
Commit message (
Expand
)
Author
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