summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2024-02-28 22:34:04 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2024-02-28 22:34:04 -0800
commit6c88c39c6dbcf8ac4033bf377c71a8713eaba900 (patch)
tree06cd1b303bc70fd4f572ff14e5602854176c1c14 /src/Text/Pandoc
parentcd460ec9c75f6f971125b75f9c3214a693ba651b (diff)
Docx writer: don't copy over footnotePr in settings.xml...
rom reference.docx. Closes #9522.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r--src/Text/Pandoc/Writers/Docx.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/Docx.hs b/src/Text/Pandoc/Writers/Docx.hs
index 07633922f..3d76e456b 100644
--- a/src/Text/Pandoc/Writers/Docx.hs
+++ b/src/Text/Pandoc/Writers/Docx.hs
@@ -643,7 +643,8 @@ writeDocx opts doc = do
, "alwaysMergeEmptyNamespace"
, "updateFields"
, "hdrShapeDefaults"
- , "footnotePr"
+ -- , "footnotePr" -- this can cause problems, see #9522
+ -- , "endnotePr"
, "compat"
, "docVars"
, "rsids"