summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx
AgeCommit message (Expand)Author
2024-02-03Docx writer: restore ability to center-justify table.John MacFarlane
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-18Docx writer: fixed validation errors in tables.John MacFarlane
2023-12-17Docx writer: don't emit empty rows.John MacFarlane
2023-12-08Docx writer: Use different style for block quotes in notes.John MacFarlane
2023-07-01Docx writer: make relative widths work in tables.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-12-02Avoid using 'error' for unassigned table cells.John MacFarlane
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-03Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)John MacFarlane
2022-08-26Docx writer: Indent tables in list items.John MacFarlane
2022-05-16Docx writer: add w:lang to rPr for Span and Div with lang attribute.John MacFarlane
2022-02-11Clean up import list.John MacFarlane
2022-02-09Docx: single numbering ID for examples - fixes #7895 (#7900)mjfs
2022-01-11Docx writer: Handle bullets correctly in lists by not reusing numIds (#7822)Michael Hoffmann
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-10-29Docx writer: move ": " out of the caption bookmark.Tristan Stenner
2021-08-15Make docx writer sensitive to `native_numbering` extension.John MacFarlane
2021-06-29Docx writer: Add table numbering for captioned tables.John MacFarlane
2021-06-29Docx writer: support figure numbers.John MacFarlane
2021-06-10Docx writer: fix handling of empty table headersAlbert Krewinkel
2021-05-30Docx writer: fix regression on captions.John MacFarlane
2021-05-14Docx writer: fix alignment for cells.Albert Krewinkel
2021-05-14Docx writer: allow multirow table headersAlbert Krewinkel
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-04-20Docx writer: add missing fileAlbert Krewinkel
2021-04-20Docx writer: extract Table handling into separate moduleAlbert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-09-22[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)Nikolay Yakimov