Export Text.Pandoc.getDefaultExtensions.

See #3178.
This commit is contained in:
John MacFarlane 2016-11-18 17:01:09 +01:00
parent a729dd8ad3
commit f9df62c29f

View file

@ -123,6 +123,7 @@ module Text.Pandoc
-- * Miscellaneous
, getReader
, getWriter
, getDefaultExtensions
, ToJsonFilter(..)
, pandocVersion
) where