Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readRST :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers Parse reStructuredText string and return Pandoc document.
readRTF :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers Read RTF from an input string and return a Pandoc document.
readTSV :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers No documentation available.
readTWiki :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers Read twiki from an input string and return a Pandoc document.
readTextile :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers Parse a Textile text and return a Pandoc document.
readTikiWiki :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers Read TikiWiki from an input string and return a Pandoc document.
readTxt2Tags :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers Read Txt2Tags from an input string returning a Pandoc document
readTypst :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers Read Typst from an input string and return a Pandoc document.
readVimwiki :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers No documentation available.
readers :: forall (m :: Type -> Type) . PandocMonad m => [(Text, Reader m)]pandoc Text.Pandoc.Readers Association list of formats and readers.