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

    pandoc Text.Pandoc.Readers.LaTeX

    Parse LaTeX from string and return Pandoc document.

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

    pandoc Text.Pandoc.Readers.Man

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

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

    pandoc Text.Pandoc.Readers.Markdown

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

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

    pandoc Text.Pandoc.Readers.Mdoc

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

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

    pandoc Text.Pandoc.Readers.MediaWiki

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

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

    pandoc Text.Pandoc.Readers.Muse

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

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

    pandoc Text.Pandoc.Readers.Native

    Read native formatted text and return a Pandoc document. The input may be a full pandoc document, a block list, a block, an inline list, or an inline. Thus, for example,

    Str "hi"
    
    will be treated as if it were
    Pandoc nullMeta [Plain [Str "hi"]]
    

  8. readODT :: PandocMonad m => ReaderOptions -> ByteString -> m Pandoc

    pandoc Text.Pandoc.Readers.ODT

    No documentation available.

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

    pandoc Text.Pandoc.Readers.OPML

    No documentation available.

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

    pandoc Text.Pandoc.Readers.Org

    Parse org-mode string and return a Pandoc document.

Page 147 of many | Previous | Next