aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-08-15 15:05:54 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-08-15 15:05:54 -0700
commit4340bd52c49b987087e123de2eae4464b300332f (patch)
tree0d8c9931dc4847521cc015dbcd7c9f68fec9da0d /MANUAL.txt
parent2c466a15afed3edad3159791f38685c6656e8261 (diff)
downloadpandoc-4340bd52c49b987087e123de2eae4464b300332f.tar.gz
Make docx writer sensitive to `native_numbering` extension.
Figure and table numbers are now only included if `native_numbering` is enabled. (By default it is disabled.) This is a behavior change with respect to 2.14.1, but the behavior is that of previous versions. The change was necessary to avoid incompatibilities between pandoc's native numbering and third-party cross reference filters like pandoc-crossref. Closes #7499.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 5d3f5b09b..eef0f245e 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -3068,7 +3068,7 @@ starts at 1.
This extension can be enabled/disabled for the following formats:
output formats
-: `odt`, `opendocument`
+: `odt`, `opendocument`, `docx`
#### Extension: `xrefs_name` ####