Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. readerStripComments :: ReaderOptions -> Bool

    pandoc Text.Pandoc.Options

    Strip HTML comments instead of parsing as raw HTML (only implemented in commonmark)

  2. readerTabStop :: ReaderOptions -> Int

    pandoc Text.Pandoc.Options

    Tab stop

  3. readerTrackChanges :: ReaderOptions -> TrackChanges

    pandoc Text.Pandoc.Options

    Track changes setting for docx

  4. readWith :: ToSources t => Parsec Sources st a -> st -> t -> Either PandocError a

    pandoc Text.Pandoc.Parsing

    Parse a string with a given parser and state

  5. 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

  6. readBibLaTeX :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc 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 `[@*]`.

  7. readBibTeX :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc Text.Pandoc.Readers

    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 `[@*]`.

  8. readCSV :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc Text.Pandoc.Readers

    No documentation available.

  9. readCommonMark :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc Text.Pandoc.Readers

    Parse a CommonMark formatted string into a Pandoc structure.

  10. readCreole :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc Text.Pandoc.Readers

    Read creole from an input string and return a Pandoc document.

Page 141 of many | Previous | Next