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.
readerDefaultImageExtension :: ReaderOptions -> Textpandoc Text.Pandoc.Options Default extension for images
readerExtensions :: ReaderOptions -> Extensionspandoc Text.Pandoc.Options Syntax extensions
readerIndentedCodeClasses :: ReaderOptions -> [Text]pandoc Text.Pandoc.Options Default classes for indented code blocks
readerStandalone :: ReaderOptions -> Boolpandoc Text.Pandoc.Options Standalone document with header
readerStripComments :: ReaderOptions -> Boolpandoc Text.Pandoc.Options Strip HTML comments instead of parsing as raw HTML (only implemented in commonmark)
readerTabStop :: ReaderOptions -> Intpandoc Text.Pandoc.Options Tab stop
readerTrackChanges :: ReaderOptions -> TrackChangespandoc Text.Pandoc.Options Track changes setting for docx
readWith :: ToSources t => Parsec Sources st a -> st -> t -> Either PandocError apandoc Text.Pandoc.Parsing Parse a string with a given parser and state
readWithM :: (Monad m, ToSources t) => ParsecT Sources st m a -> st -> t -> m (Either PandocError a)pandoc Text.Pandoc.Parsing Removes the ParsecT layer from the monad transformer stack
readBibLaTeX :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers 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 `[@*]`.