aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx/Table.hs
AgeCommit message (Expand)AuthorFilesLines
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: extract Table handling into separate moduleAlbert Krewinkel1-0/+114