mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 09:47:06 +00:00
Add Ext_smart to list of possible extensions for HTML.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user