aboutsummaryrefslogtreecommitdiff
path: root/test/docx
AgeCommit message (Expand)AuthorFilesLines
2021-03-17Docx writer: make nsid in abstractNum deterministic.John MacFarlane33-0/+0
2021-03-13Use integral values for w:tblW in docx.John MacFarlane3-0/+0
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane33-0/+0
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane33-0/+0
2021-01-12Docx writer: handle table header using styles.John MacFarlane32-0/+0
2020-12-13Docx writer: keep raw openxml strings verbatim.Albert Krewinkel4-0/+9
2020-12-03Docx writer: Support bold and italic in "complex script."John MacFarlane3-0/+0
2020-11-26Docx writer: Fix bullets/lists indentationcholonam31-0/+0
2020-10-06DOCX reader: Allow empty dates in comments and tracked changes (#6726)Diego Balseiro3-0/+9
2020-10-02Docx writer: better handle list items whose contents are lists (#6522)Michael Hoffmann2-0/+8
2020-08-24Docx writer: separate adjacent tables.John MacFarlane1-0/+0
2020-07-22Docx writer: support --number-sections.John MacFarlane28-0/+0
2020-07-07[Docx Reader] Refactor/update smushInlinesNikolay Yakimov2-1/+1
2020-05-16Docx writer: enable column and row bands for tables.John MacFarlane28-0/+0
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar3-2/+4
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc4-27/+5
2020-04-15Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessorsdespresc6-81/+81
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc6-183/+236
2020-04-15Implement the new Table typedespresc6-83/+204
2019-11-16Change styles in reference.docx.John MacFarlane28-0/+0
2019-11-14Change reference.docx to use more normal block quotes.John MacFarlane28-0/+0
2019-11-03Docx reader: fix list number resumption for sublists. Closes #4324.John MacFarlane2-0/+8
2019-09-21[Docx Reader] Update testsNikolay Yakimov6-7/+7
2019-09-21[Docx Reader] Use style names, not ids, for assigning semantic meaningNikolay Yakimov4-0/+10
2019-09-20Preserve built-in styles in DOCX with custom style (#5670)Ben Steinberg3-0/+15
2019-07-19Change order of ilvl and numId in document.xml (#5647)Agustín Martín Barbero4-0/+0
2019-03-21Docx writer: Use w:br without attributes for line breaks.John MacFarlane2-0/+0
2019-03-11docx writer: avoid extra copy of abstractNum and num elements...John MacFarlane27-0/+0
2019-02-18Docx reader tests: fix test file with trailing space.Jesse Rosenthal1-1/+1
2019-02-18Docx reader: add tests for trimming last inline.Jesse Rosenthal2-0/+2
2019-02-12Docx reader: Add test for reading sdts in footnotes.Jesse Rosenthal2-0/+1
2019-02-06Docx reader: Tests for alternate document.xmlJesse Rosenthal2-0/+2
2019-01-26Improve writing metadata for docx, pptx and odt (#5252)Agustín Martín Barbero4-0/+4
2018-12-10Docx: add test for lists with level overrides.Jesse Rosenthal2-0/+37
2018-11-20Docx writer: Fix bookmarks to headers with long titles.John MacFarlane1-0/+0
2018-10-09Docx writer: added framework for custom properties.John MacFarlane26-0/+0
2018-05-08Support underline in docx writer.John MacFarlane1-0/+0
2018-04-25Remove nonfree ICC profiles from thumbnails in test docx files.John MacFarlane18-0/+0
2018-04-17Docx reader tests: Test for combining adjacent code blocks.Jesse Rosenthal2-0/+6
2018-04-05Changes to tests to accommodate changes in pandoc-types.John MacFarlane1-0/+3
2018-03-13Docx reader: add tests for nested smart tags.Jesse Rosenthal2-0/+7
2018-02-28Docx reader: Handle nested sdt tags.Jesse Rosenthal2-0/+3
2018-02-23Docx reader: Don't look up dependant run styles if +styles is enabled.Jesse Rosenthal1-1/+1
2018-02-23Docx test: adjust test for fix of buglaptop1\Andrew3-5/+8
2018-02-22Docx reader: Move pandoc inline styling inside custom-style spanJesse Rosenthal1-1/+1
2018-02-22Docx reader: Avoid repeated spans in custom styles.Jesse Rosenthal1-1/+1
2018-02-22Docx reader tests: test custom style extension.Jesse Rosenthal2-0/+11
2018-02-15Docx reader: Pick table width from the longest row or headerdanse2-0/+13
2018-01-27Docx writer tests: Add tests for custom stylesJesse Rosenthal3-0/+0
2018-01-27Docx writer tests: Use new golden frameworkJesse Rosenthal26-0/+7