diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-11-16 16:57:31 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-11-16 16:58:10 -0800 |
commit | 5bd6d966f4e117ac37eb67dfc78c2345be9991c5 (patch) | |
tree | bf4745235a24099a27c146371f248fe30b9363e8 /src | |
parent | 23aad047da278b27678958fb4c69f6539a89bf8e (diff) | |
download | pandoc-5bd6d966f4e117ac37eb67dfc78c2345be9991c5.tar.gz |
Add `Ext_smart` to list of possible extensions for HTML.
Diffstat (limited to 'src')
-rw-r--r-- | src/Text/Pandoc/Extensions.hs | 1 |
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" |