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.
readBibLaTeX :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.BibTeX Read BibLaTeX 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 `[@*]`.
readBibTeX :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.BibTeX Read BibTeX 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 `[@*]`.
readCSV :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.CSV No documentation available.
readTSV :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.CSV No documentation available.
readCommonMark :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.CommonMark Parse a CommonMark formatted string into a Pandoc structure.
readCreole :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.Creole Read creole from an input string and return a Pandoc document.
readCslJson :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.CslJson Read CSL JSON 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 `[@*]`.
readDjot :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.Djot Read Djot from an input string and return a Pandoc document.
readDocBook :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.DocBook No documentation available.
readDocx :: PandocMonad m => ReaderOptions -> ByteString -> m Pandocpandoc Text.Pandoc.Readers.Docx No documentation available.