aboutsummaryrefslogtreecommitdiff
path: root/test/docx/table_variable_width.docx
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-02-19 10:02:25 -0800
committerJohn MacFarlane <[email protected]>2025-02-19 10:02:50 -0800
commit3caf2b1e3aaa09fbe1374f99dd287590bc75bcb7 (patch)
tree0da29d0feaac1118e9352fecf09c41f8320e8447 /test/docx/table_variable_width.docx
parent3528f405b1e7085f32fc36fb3f8ffbb6a6fb5767 (diff)
Revert "Docx reader and writer: support row heads."
This reverts commit cbe67b9602a736976ef6921aefbbc60d51c6755a. Word sets `w:firstColumn="1"` by default for tables. You have to find the Table Design tab and explicitly uncheck "First Column" to make this go away. In most cases, I don't think writers intend to designate the first column as a row head, so this commit is going to produce unexpected results. In addition, because of the table normalization done by pandoc-type's `tableWith`, any table containing a colspanned cell in the left-hand column will get broken if the first column is designated a row head. For these reasons it seems best to revert this change, which was made in response to #9495. Closes #10627.
Diffstat (limited to 'test/docx/table_variable_width.docx')
-rw-r--r--test/docx/table_variable_width.docxbin9882 -> 10006 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/test/docx/table_variable_width.docx b/test/docx/table_variable_width.docx
index 3ac3f534b..899357968 100644
--- a/test/docx/table_variable_width.docx
+++ b/test/docx/table_variable_width.docx
Binary files differ