index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
Docx
/
Table.hs
Age
Commit message (
Expand
)
Author
2024-02-03
Docx writer: restore ability to center-justify table.
John MacFarlane
2023-12-18
fix(docx): fix validation error on w:tblHeader
Edwin Török
2023-12-18
fix(docx): use left vs start consistently
Edwin Török
2023-12-18
Docx writer: fixed validation errors in tables.
John MacFarlane
2023-12-17
Docx writer: don't emit empty rows.
John MacFarlane
2023-07-01
Docx writer: make relative widths work in tables.
John MacFarlane
2023-01-13
Support complex figures. [API change]
Albert Krewinkel
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-12-02
Avoid using 'error' for unassigned table cells.
John MacFarlane
2022-10-31
First stab at mtl 2.3 compliance.
John MacFarlane
2022-10-03
Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)
John MacFarlane
2022-08-26
Docx writer: Indent tables in list items.
John MacFarlane
2022-02-11
Clean up import list.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-10-29
Docx writer: move ": " out of the caption bookmark.
Tristan Stenner
2021-08-15
Make docx writer sensitive to `native_numbering` extension.
John MacFarlane
2021-06-29
Docx writer: Add table numbering for captioned tables.
John MacFarlane
2021-06-10
Docx writer: fix handling of empty table headers
Albert Krewinkel
2021-05-30
Docx writer: fix regression on captions.
John MacFarlane
2021-05-14
Docx writer: fix alignment for cells.
Albert Krewinkel
2021-05-14
Docx writer: allow multirow table headers
Albert Krewinkel
2021-05-01
Docx writer: support colspans and rowspans in tables
Albert Krewinkel
2021-04-27
Docx writer: autoset table width if no column has an explicit width.
Albert Krewinkel
2021-04-20
Docx writer: extract Table handling into separate module
Albert Krewinkel