aboutsummaryrefslogtreecommitdiff
path: root/test/docx
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Docx reader: don't let first line indents trigger block quotes.John MacFarlane2-0/+2
2021-10-29Docx writer: add IDs to native_numbering testTristan Stenner2-3/+5
2021-10-29Update test golden master for docx native numberingTristan Stenner1-0/+0
2021-10-18Docx reader: fix handling of empty fieldsMilan Bracke2-0/+7
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke5-7/+11
2021-10-18Docx reader: fix handling of nested fieldsMilan Bracke2-0/+5
2021-10-10Avoid blockquote when parent style has more indentMilan Bracke3-3/+6
2021-09-30Docx reader: Add placeholder for word diagramEzwal2-0/+2
2021-09-12Docx writer: make id used in native_numbering predictable.John MacFarlane1-0/+0
2021-08-27Ensure we have unique ids for wp:docPr and pic:cNvPr elements.John MacFarlane2-0/+0
2021-06-29Docx writer: Add table numbering for captioned tables.John MacFarlane1-0/+0
2021-06-29Docx writer: support figure numbers.John MacFarlane1-0/+0
2021-05-28Docx reader: Support new table features.Emily Bourke11-19/+308
2021-05-28Docx reader: Read table column widths.Emily Bourke11-27/+119
2021-05-15Docx writer: copy over more settings from referenc.odcx.John MacFarlane33-0/+0
2021-05-15docx writer: Remove rsids from settings.docx.John MacFarlane33-0/+0
2021-05-14Docx writer: allow multirow table headersAlbert Krewinkel2-0/+0
2021-05-11Improve integration of settings from reference.docx.John MacFarlane33-0/+0
2021-05-01Docx writer: support colspans and rowspans in tablesAlbert Krewinkel3-0/+0
2021-04-29Docx reader: add handling of vml image objects (jgm#4735) (#7257)mbrackeantidot2-0/+2
2021-04-27Docx writer: autoset table width if no column has an explicit width.Albert Krewinkel3-0/+0
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