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

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

    pandoc Text.Pandoc.Readers

    No documentation available.

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

    pandoc Text.Pandoc.Readers

    Parse Haddock markup and return a Pandoc document.

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

    pandoc Text.Pandoc.Readers

    Convert HTML-formatted string to Pandoc document.

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

    pandoc Text.Pandoc.Readers

    No documentation available.

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

    pandoc Text.Pandoc.Readers

    No documentation available.

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

    pandoc Text.Pandoc.Readers

    Read pandoc document from JSON format.

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

    pandoc Text.Pandoc.Readers

    Read Jira wiki markup.

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

    pandoc Text.Pandoc.Readers

    Parse LaTeX from string and return Pandoc document.

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

    pandoc Text.Pandoc.Readers

    Read man (troff) from an input string and return a Pandoc document.

Page 142 of many | Previous | Next