summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-30 16:43:12 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-30 16:43:12 +0200
commit2f19b5daac4da2b849b5165f9eb1386ab41ccc1b (patch)
tree4f6337424f736f4fc3364ab3800649fd0fcdf455
parente5e2a6e0a5c1ef10375e4c94985b3247289d77e9 (diff)
SelfContained: export makeDataURI
-rw-r--r--src/Text/Pandoc/SelfContained.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/SelfContained.hs b/src/Text/Pandoc/SelfContained.hs
index 524378146..53cb4a4b5 100644
--- a/src/Text/Pandoc/SelfContained.hs
+++ b/src/Text/Pandoc/SelfContained.hs
@@ -30,7 +30,7 @@ Functions for converting an HTML file into one that can be viewed
offline, by incorporating linked images, CSS, and scripts into
the HTML using data URIs.
-}
-module Text.Pandoc.SelfContained ( makeSelfContained ) where
+module Text.Pandoc.SelfContained ( makeDataURI, makeSelfContained ) where
import Codec.Compression.GZip as Gzip
import Control.Applicative ((<|>))
import Control.Monad.Except (throwError)