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.

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

    pandoc Text.Pandoc.Readers.DokuWiki

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

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

    pandoc Text.Pandoc.Readers.EPUB

    No documentation available.

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

    pandoc Text.Pandoc.Readers.EndNote

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

  4. readEndNoteXMLCitation :: PandocMonad m => Text -> m (Citation Text)

    pandoc Text.Pandoc.Readers.EndNote

    No documentation available.

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

    pandoc Text.Pandoc.Readers.FB2

    No documentation available.

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

    pandoc Text.Pandoc.Readers.HTML

    Convert HTML-formatted string to Pandoc document.

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

    pandoc Text.Pandoc.Readers.Haddock

    Parse Haddock markup and return a Pandoc document.

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

    pandoc Text.Pandoc.Readers.Ipynb

    No documentation available.

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

    pandoc Text.Pandoc.Readers.JATS

    No documentation available.

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

    pandoc Text.Pandoc.Readers.Jira

    Read Jira wiki markup.

Page 146 of many | Previous | Next