aboutsummaryrefslogtreecommitdiff
path: root/test/docx
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-21 09:28:16 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-21 09:28:16 -0700
commit66e5f0ff8de0f968d475f5135e0d9362690f2a0a (patch)
treec37ff08095ec90396c5c50e8b64e176fd62fe2be /test/docx
parent957314143faec08b4687822557dac6ac32216cb9 (diff)
downloadpandoc-66e5f0ff8de0f968d475f5135e0d9362690f2a0a.tar.gz
Docx writer: Use w:br without attributes for line breaks.
We previously added the attribute `type="textWrapping"`, but this causes problems on Word Online. Closes #5377.
Diffstat (limited to 'test/docx')
-rw-r--r--test/docx/golden/codeblock.docxbin9882 -> 9868 bytes
-rw-r--r--test/docx/golden/inline_formatting.docxbin9990 -> 9974 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/test/docx/golden/codeblock.docx b/test/docx/golden/codeblock.docx
index d549ed20d..97497c49e 100644
--- a/test/docx/golden/codeblock.docx
+++ b/test/docx/golden/codeblock.docx
Binary files differ
diff --git a/test/docx/golden/inline_formatting.docx b/test/docx/golden/inline_formatting.docx
index a1928cbaa..5ae95f32e 100644
--- a/test/docx/golden/inline_formatting.docx
+++ b/test/docx/golden/inline_formatting.docx
Binary files differ