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.
readLaTeX :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.LaTeX Parse LaTeX from string and return Pandoc document.
readMan :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.Man Read man (troff) from an input string and return a Pandoc document.
readMarkdown :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.Markdown Read markdown from an input string and return a Pandoc document.
readMdoc :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.Mdoc Read mdoc from an input string and return a Pandoc document.
readMediaWiki :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.MediaWiki Read mediawiki from an input string and return a Pandoc document.
readMuse :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.Muse Read Muse from an input string and return a Pandoc document.
readNative :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.Native Read native formatted text and return a Pandoc document. The input may be a full pandoc document, a block list, a block, an inline list, or an inline. Thus, for example,
Str "hi"
will be treated as if it werePandoc nullMeta [Plain [Str "hi"]]
readODT :: PandocMonad m => ReaderOptions -> ByteString -> m Pandocpandoc Text.Pandoc.Readers.ODT No documentation available.
readOPML :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.OPML No documentation available.
readOrg :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.Org Parse org-mode string and return a Pandoc document.