summaryrefslogtreecommitdiff
path: root/test/docx/golden
AgeCommit message (Expand)Author
2024-02-28Docx writer: don't copy over footnotePr in settings.xml...John MacFarlane
2024-02-03Docx writer: restore ability to center-justify table.John MacFarlane
2023-12-19fix(docx): sort inline elements in schema orderEdwin Török
2023-12-18fix(docx): fix validation error on endnotePrEdwin Török
2023-12-18fix(docx): fix validation error on w:tblHeaderEdwin Török
2023-12-18fix(docx): use left vs start consistentlyEdwin Török
2023-12-18fix(docx): fix validation error on inline w:i/w:iCs orderEdwin Török
2023-12-18fix(docx): fix OOXMLValidator error on KeywordTok outputEdwin Török
2023-12-18fix(docx): fix validation error on w:annotationRefEdwin Török
2023-12-18fix(docx): fix validation error in w:nsidEdwin Török
2023-12-18Docx writer: fixed validation errors in tables.John MacFarlane
2023-12-18Docx writer: fix validation error.John MacFarlane
2023-12-17Docx writer: ensure that elements in settings are ordered correctly.John MacFarlane
2023-12-17test/docx/golden: regenerateEdwin Török
2023-12-08Docx writer: Use different style for block quotes in notes.John MacFarlane
2023-12-08Docx writer: allow embedded fonts to be used in reference.docx.John MacFarlane
2023-05-08Introduce support for Intense Quote in Docx conversionStephan Meijer
2023-03-17Update docx golden tests for style changes.John MacFarlane
2023-03-17Docx writer: include abstract title.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2022-12-20Shared: use LineBreak as default block sep in blocksToInlinesAlbert Krewinkel
2022-12-08Shared: change defaultBlocksSeparator to PARAGRAPH SEPARATORAlbert Krewinkel
2022-01-18Docx writer: Separate tables even with RawBlocks between (#7844)Michael Hoffmann
2022-01-11Docx writer: Handle bullets correctly in lists by not reusing numIds (#7822)Michael Hoffmann
2021-10-29Docx writer: add IDs to native_numbering testTristan Stenner
2021-10-29Update test golden master for docx native numberingTristan Stenner
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke
2021-09-12Docx writer: make id used in native_numbering predictable.John MacFarlane
2021-08-27Ensure we have unique ids for wp:docPr and pic:cNvPr elements.John MacFarlane
2021-06-29Docx writer: Add table numbering for captioned tables.John MacFarlane
2021-06-29Docx writer: support figure numbers.John MacFarlane
2021-05-28Docx reader: Read table column widths.Emily Bourke
2021-05-15Docx writer: copy over more settings from referenc.odcx.John MacFarlane
2021-05-15docx writer: Remove rsids from settings.docx.John MacFarlane
2021-05-14Docx writer: allow multirow table headersAlbert Krewinkel
2021-05-11Improve integration of settings from reference.docx.John MacFarlane
2021-05-01Docx writer: support colspans and rowspans in tablesAlbert Krewinkel
2021-04-27Docx writer: autoset table width if no column has an explicit width.Albert Krewinkel
2021-03-17Docx writer: make nsid in abstractNum deterministic.John MacFarlane
2021-03-13Use integral values for w:tblW in docx.John MacFarlane
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane
2021-01-12Docx writer: handle table header using styles.John MacFarlane
2020-12-13Docx writer: keep raw openxml strings verbatim.Albert Krewinkel
2020-12-03Docx writer: Support bold and italic in "complex script."John MacFarlane
2020-11-26Docx writer: Fix bullets/lists indentationcholonam
2020-10-06DOCX reader: Allow empty dates in comments and tracked changes (#6726)Diego Balseiro
2020-10-02Docx writer: better handle list items whose contents are lists (#6522)Michael Hoffmann
2020-08-24Docx writer: separate adjacent tables.John MacFarlane
2020-07-22Docx writer: support --number-sections.John MacFarlane