aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Extensions.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-16 16:57:31 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-16 16:58:10 -0800
commit5bd6d966f4e117ac37eb67dfc78c2345be9991c5 (patch)
treebf4745235a24099a27c146371f248fe30b9363e8 /src/Text/Pandoc/Extensions.hs
parent23aad047da278b27678958fb4c69f6539a89bf8e (diff)
downloadpandoc-5bd6d966f4e117ac37eb67dfc78c2345be9991c5.tar.gz
Add `Ext_smart` to list of possible extensions for HTML.
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 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"