diff options
-rw-r--r-- | src/Text/Pandoc.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs index 4731fdb85..d83fa85e7 100644 --- a/src/Text/Pandoc.hs +++ b/src/Text/Pandoc.hs @@ -123,6 +123,7 @@ module Text.Pandoc -- * Miscellaneous , getReader , getWriter + , getDefaultExtensions , ToJsonFilter(..) , pandocVersion ) where |