aboutsummaryrefslogtreecommitdiff
path: root/src/Text
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text')
-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 f079a9432..fc35c6fc8 100644
--- a/src/Text/Pandoc/Extensions.hs
+++ b/src/Text/Pandoc/Extensions.hs
@@ -462,6 +462,7 @@ getAllExtensions f = universalExtensions <> getAll f
, Ext_tex_math_double_backslash
, Ext_literate_haskell
, Ext_epub_html_exts
+ , Ext_smart
]
getAll "html4" = getAll "html"
getAll "html5" = getAll "html"