pandoc-2.17.0.1: Conversion between markup formats
CopyrightCopyright (C) 2021-2022 John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerJohn MacFarlane (<jgm@berkeley.edu>)
Stabilityalpha
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Pandoc.Readers.RTF

Description

Conversion of RTF documents Pandoc document. We target version 1.5 of the RTF spec.

Synopsis

Documentation

readRTF :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc Source #

Read RTF from an input string and return a Pandoc document.