mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
Merge pull request #3963 from agusmba/issue3901
docx writer - activate evenAndOddHeaders from reference doc
This commit is contained in:
@@ -549,6 +549,7 @@ writeDocx opts doc@(Pandoc meta _) = do
|
||||
, "w:consecutiveHyphenLimit"
|
||||
, "w:hyphenationZone"
|
||||
, "w:doNotHyphenateCap"
|
||||
, "w:evenAndOddHeaders"
|
||||
]
|
||||
settingsEntry <- copyChildren refArchive distArchive settingsPath epochtime settingsList
|
||||
|
||||
|
||||
Reference in New Issue
Block a user