diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-12-03 09:51:23 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-12-03 09:51:23 -0800 |
commit | 5bbd5a9e80c4f4356d71b54315cf75b5ae2f3650 (patch) | |
tree | d368924a12a6422c975ef2b6c6de53b2f08920fd /test/docx | |
parent | aab54c43258e53e4c1fde1b574c65ff8769709d0 (diff) | |
download | pandoc-5bbd5a9e80c4f4356d71b54315cf75b5ae2f3650.tar.gz |
Docx writer: Support bold and italic in "complex script."
Previously bold and italics didn't work properly in LTR
text. This commit causes the w:bCs and w:iCs attributes
to be used, in addition to w:b and w:i, for bold and
italics respectively.
Closes #6911.
Diffstat (limited to 'test/docx')
-rw-r--r-- | test/docx/golden/custom_style_preserve.docx | bin | 10573 -> 10578 bytes |
-rw-r--r-- | test/docx/golden/definition_list.docx | bin | 9844 -> 9850 bytes |
-rw-r--r-- | test/docx/golden/inline_formatting.docx | bin | 9959 -> 9969 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/test/docx/golden/custom_style_preserve.docx b/test/docx/golden/custom_style_preserve.docx Binary files differindex ac595cdd4..17804bb81 100644 --- a/test/docx/golden/custom_style_preserve.docx +++ b/test/docx/golden/custom_style_preserve.docx diff --git a/test/docx/golden/definition_list.docx b/test/docx/golden/definition_list.docx Binary files differindex 005f5dbe3..21629e208 100644 --- a/test/docx/golden/definition_list.docx +++ b/test/docx/golden/definition_list.docx diff --git a/test/docx/golden/inline_formatting.docx b/test/docx/golden/inline_formatting.docx Binary files differindex ce1d16daa..e12e3b38d 100644 --- a/test/docx/golden/inline_formatting.docx +++ b/test/docx/golden/inline_formatting.docx |