summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-28 08:42:04 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-28 08:42:04 -0800
commit382564ed9e62a42ec03650d178f48552df0071b7 (patch)
tree7c118abf2b609dcba3e676638c6a6a2fdbb417ae /src/Text/Pandoc.hs
parent0acf774011877a8de6363a79b4bb7a5b2ed83913 (diff)
RTF writer: Embed images when possible.
* Resolves Issue #275. * PNG and JPEG supported. * Export rtfEmbedImage.
Diffstat (limited to 'src/Text/Pandoc.hs')
-rw-r--r--src/Text/Pandoc.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs
index 0a43b4f30..ef8560284 100644
--- a/src/Text/Pandoc.hs
+++ b/src/Text/Pandoc.hs
@@ -106,6 +106,8 @@ module Text.Pandoc
, module Text.Pandoc.Templates
-- * Version
, pandocVersion
+ -- * Miscellaneous
+ , rtfEmbedImage
, jsonFilter
) where