aboutsummaryrefslogtreecommitdiff
path: root/test/docx
diff options
context:
space:
mode:
authorAgustín Martín Barbero <agusmbaterra@gmail.com>2019-07-19 18:32:43 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2019-07-19 09:32:43 -0700
commitbd69218451037df2215ba0cbbb95eda2c3000450 (patch)
tree6b2cc40ed5b15c32d7c7b492174198d9b6a0db21 /test/docx
parent72ddbf5994a09ca45b57e1260f71a081e4d085a5 (diff)
downloadpandoc-bd69218451037df2215ba0cbbb95eda2c3000450.tar.gz
Change order of ilvl and numId in document.xml (#5647)
Workaround for Word Online shortcomming. Fixes #5645 Also, make list para properties go first. This reordering of properties shouldn't be necessary but it seems Word Online does not understand the docx correctly otherwise.
Diffstat (limited to 'test/docx')
-rw-r--r--test/docx/golden/lists.docxbin10281 -> 10282 bytes
-rw-r--r--test/docx/golden/lists_continuing.docxbin10078 -> 10077 bytes
-rw-r--r--test/docx/golden/lists_restarting.docxbin10077 -> 10077 bytes
-rw-r--r--test/docx/golden/table_with_list_cell.docxbin10197 -> 10194 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/test/docx/golden/lists.docx b/test/docx/golden/lists.docx
index 4a8764a6c..96a2816b7 100644
--- a/test/docx/golden/lists.docx
+++ b/test/docx/golden/lists.docx
Binary files differ
diff --git a/test/docx/golden/lists_continuing.docx b/test/docx/golden/lists_continuing.docx
index 293bc34cc..e6bac969e 100644
--- a/test/docx/golden/lists_continuing.docx
+++ b/test/docx/golden/lists_continuing.docx
Binary files differ
diff --git a/test/docx/golden/lists_restarting.docx b/test/docx/golden/lists_restarting.docx
index 2fcd77629..3f153ce1d 100644
--- a/test/docx/golden/lists_restarting.docx
+++ b/test/docx/golden/lists_restarting.docx
Binary files differ
diff --git a/test/docx/golden/table_with_list_cell.docx b/test/docx/golden/table_with_list_cell.docx
index f4c01527a..9130c33f3 100644
--- a/test/docx/golden/table_with_list_cell.docx
+++ b/test/docx/golden/table_with_list_cell.docx
Binary files differ