aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Extensions.hs
diff options
context:
space:
mode:
authorNils Carlson <nils.carlson@ludd.ltu.se>2019-09-21 20:12:00 +0000
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-24 15:23:59 -0700
commit8028de33220af0a43ac8d14021b7fa2b98b22d64 (patch)
tree3f414a7a173669d83b766a10b1760db96daf5541 /src/Text/Pandoc/Extensions.hs
parent251e2b2d6d4310aa22f3575db371c6c1cfa909af (diff)
downloadpandoc-8028de33220af0a43ac8d14021b7fa2b98b22d64.tar.gz
odt: Add external option for native numbering
This adds an external options +native_numbering to the ODT writer enabling enumeration of figures and tables in ODT output.
Diffstat (limited to 'src/Text/Pandoc/Extensions.hs')
-rw-r--r--src/Text/Pandoc/Extensions.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Extensions.hs b/src/Text/Pandoc/Extensions.hs
index 121b60e7b..4d85eb2e6 100644
--- a/src/Text/Pandoc/Extensions.hs
+++ b/src/Text/Pandoc/Extensions.hs
@@ -132,6 +132,7 @@ data Extension =
| Ext_multiline_tables -- ^ Pandoc-style multiline tables
| Ext_native_divs -- ^ Use Div blocks for contents of <div> tags
| Ext_native_spans -- ^ Use Span inlines for contents of <span>
+ | Ext_native_numbering -- ^ Use output format's native numbering for figures and tables
| Ext_ntb -- ^ ConTeXt Natural Tables
| Ext_old_dashes -- ^ -- = em, - before number = en
| Ext_pandoc_title_block -- ^ Pandoc title block