aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/Docx.hs
AgeCommit message (Expand)Author
2025-11-24Fix warning in Docx reader test.John MacFarlane
2025-11-24Add `xlsx` (Microsoft Excel) as an input format.Anton Antich
2025-10-18Update to use latest dev citeproc.John MacFarlane
2025-09-17Use Tasty.Golden for Docx reader tests.John MacFarlane
2025-01-30DOCX reader: do not issue warning for comments with `+styles` (#10572)Stephen Reindl
2024-06-04Docx reader: support task lists.John MacFarlane
2024-04-18Docx reader: fix anchor in header after anchor (#9626)mbracke
2023-11-29Docx reader: unwrap content of shaped textboxes...Stephan Meijer
2023-05-09Rename test/docx/block_quotes_parse_indent.native for consistencyStephan Meijer
2022-02-04Add mendeley citation tests.John MacFarlane
2022-02-03Add zoreto test with +citations.John MacFarlane
2022-02-03Add zotero citation test with docx-citations.John MacFarlane
2021-10-18Docx reader: fix handling of empty fieldsMilan Bracke
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke
2021-10-18Docx reader: fix handling of nested fieldsMilan Bracke
2021-10-10Avoid blockquote when parent style has more indentMilan Bracke
2021-05-28Docx reader: Support new table features.Emily Bourke
2021-05-24MediaBag improvements.John MacFarlane
2021-04-29Docx reader: add handling of vml image objects (jgm#4735) (#7257)mbrackeantidot
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2020-10-06DOCX reader: Allow empty dates in comments and tracked changes (#6726)Diego Balseiro
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-03-28More cleanup (#6209)Joseph C. Sible
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-08Use <$> instead of >>= and return (#6128)Joseph C. Sible
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-11-03Docx reader: fix list number resumption for sublists. Closes #4324.John MacFarlane
2019-09-21[Docx Reader] Use style names, not ids, for assigning semantic meaningNikolay Yakimov
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane
2019-02-18Docx reader: add tests for trimming last inline.Jesse Rosenthal
2019-02-12Docx reader: Add test for reading sdts in footnotes.Jesse Rosenthal
2019-02-06Docx reader: Tests for alternate document.xmlJesse Rosenthal
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-12-10Docx: add test for lists with level overrides.Jesse Rosenthal
2018-04-17Docx reader tests: Test for combining adjacent code blocks.Jesse Rosenthal
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-13Docx reader: add tests for nested smart tags.Jesse Rosenthal
2018-02-28Docx reader: Handle nested sdt tags.Jesse Rosenthal
2018-02-22Docx reader tests: test custom style extension.Jesse Rosenthal
2018-02-15Docx reader: Pick table width from the longest row or headerdanse
2018-01-19hlint code improvements.John MacFarlane
2018-01-16Docx reader: Add test for hyperlinks in instrText tagJesse Rosenthal
2018-01-02Docx reader: Add tests for paragraph insertion/deletion.Jesse Rosenthal
2017-12-31Docx reader: tests for overlapping targets (anchor spans).Jesse Rosenthal
2017-12-30Docx reader: tests for removing unused anchors.Jesse Rosenthal
2017-12-27Docx reader: add tests for structured document tags unwrapping.Jesse Rosenthal
2017-12-13Docx writer: Add tests for list continuation.Jesse Rosenthal
2017-12-04Add `empty_paragraphs` extension.John MacFarlane
2017-12-02Docx reader: don't strip out empty paragraphs.John MacFarlane