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. readCslJson :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc Text.Pandoc.Readers

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

  2. readDjot :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc Text.Pandoc.Readers

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

  3. readDocBook :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc Text.Pandoc.Readers

    No documentation available.

  4. readDocx :: PandocMonad m => ReaderOptions -> ByteString -> m Pandoc

    pandoc Text.Pandoc.Readers

    No documentation available.

  5. readDokuWiki :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc Text.Pandoc.Readers

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

  6. readEPUB :: PandocMonad m => ReaderOptions -> ByteString -> m Pandoc

    pandoc Text.Pandoc.Readers

    No documentation available.

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

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

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

    pandoc Text.Pandoc.Readers

    No documentation available.

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

    pandoc Text.Pandoc.Readers

    Parse Haddock markup and return a Pandoc document.

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

    pandoc Text.Pandoc.Readers

    Convert HTML-formatted string to Pandoc document.

Page 142 of many | Previous | Next