diff options
author | Michael Hoffmann <brennan.brisad@gmail.com> | 2020-10-02 18:30:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 09:30:05 -0700 |
commit | 74bd5a4f4758d06be43bc807f6f9b82a20970a0b (patch) | |
tree | e9acbfe9f104079b90c2787d2a157419312bb120 /test/docx/golden | |
parent | 27b4c21f727ca02228a1fae8f3cdbba74641ede8 (diff) | |
download | pandoc-74bd5a4f4758d06be43bc807f6f9b82a20970a0b.tar.gz |
Docx writer: better handle list items whose contents are lists (#6522)
If the first element of a bulleted or ordered list is another list,
then that first item will disappear if the target format is docx. This
changes the docx writer so that it prepends an empty string for those
cases. With this, no items will disappear.
Closes #5948.
Diffstat (limited to 'test/docx/golden')
-rw-r--r-- | test/docx/golden/lists_multiple_initial.docx | bin | 0 -> 10208 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/test/docx/golden/lists_multiple_initial.docx b/test/docx/golden/lists_multiple_initial.docx Binary files differnew file mode 100644 index 000000000..3e632517f --- /dev/null +++ b/test/docx/golden/lists_multiple_initial.docx |