pandoc-1.8.1.1: Conversion between markup formatsSource codeContentsIndex
Text.Pandoc.Writers.RTF
Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Description
Conversion of Pandoc documents to RTF (rich text format).
Synopsis
writeRTF :: WriterOptions -> Pandoc -> String
rtfEmbedImage :: Inline -> IO Inline
Documentation
writeRTF :: WriterOptions -> Pandoc -> StringSource
Convert Pandoc to a string in rich text format.
rtfEmbedImage :: Inline -> IO InlineSource
Convert Image inlines into a raw RTF embedded image, read from a file. If file not found or filetype not jpeg or png, leave the inline unchanged.
Produced by Haddock version 2.6.1