aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx
AgeCommit message (Expand)AuthorFilesLines
2021-10-29Docx writer: move ": " out of the caption bookmark.Tristan Stenner1-4/+3
2021-08-15Make docx writer sensitive to `native_numbering` extension.John MacFarlane1-3/+8
2021-06-29Docx writer: Add table numbering for captioned tables.John MacFarlane2-3/+30
2021-06-29Docx writer: support figure numbers.John MacFarlane1-0/+2
2021-06-10Docx writer: fix handling of empty table headersAlbert Krewinkel1-2/+2
2021-05-30Docx writer: fix regression on captions.John MacFarlane1-1/+3
2021-05-14Docx writer: fix alignment for cells.Albert Krewinkel1-14/+20
2021-05-14Docx writer: allow multirow table headersAlbert Krewinkel1-17/+25
2021-05-01Docx writer: support colspans and rowspans in tablesAlbert Krewinkel1-66/+134
2021-04-27Docx writer: autoset table width if no column has an explicit width.Albert Krewinkel1-7/+11
2021-04-20Docx writer: add missing fileAlbert Krewinkel1-0/+181
2021-04-20Docx writer: extract Table handling into separate moduleAlbert Krewinkel1-0/+114
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-2/+2
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-1/+2
2019-09-22[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)Nikolay Yakimov1-0/+48