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.
readEndNoteXML :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers Read EndNote XML from an input string and return a Pandoc document. The document will have only metadata, with an empty body. The metadata will contain a references field with the bibliography entries, and a nocite field with the wildcard `[@*]`.
readFB2 :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers No documentation available.
readHaddock :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers Parse Haddock markup and return a Pandoc document.
readHtml :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers Convert HTML-formatted string to Pandoc document.
readIpynb :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers No documentation available.
readJATS :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers No documentation available.
readJSON :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers Read pandoc document from JSON format.
readJira :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers Read Jira wiki markup.
readLaTeX :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers Parse LaTeX from string and return Pandoc document.
readMan :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers Read man (troff) from an input string and return a Pandoc document.