From 382564ed9e62a42ec03650d178f48552df0071b7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 28 Jan 2011 08:42:04 -0800 Subject: RTF writer: Embed images when possible. * Resolves Issue #275. * PNG and JPEG supported. * Export rtfEmbedImage. --- src/Text/Pandoc.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Text/Pandoc.hs') 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 -- cgit v1.2.3