Add Ext_smart to list of possible extensions for HTML.

This commit is contained in:
John MacFarlane
2019-11-16 16:58:10 -08:00
parent 23aad047da
commit 5bd6d966f4
+1
View File
@@ -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"