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

    pandoc Text.Pandoc.Readers

    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"]]
    

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

    pandoc Text.Pandoc.Readers

    No documentation available.

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

    pandoc Text.Pandoc.Readers

    No documentation available.

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

    pandoc Text.Pandoc.Readers

    Parse org-mode string and return a Pandoc document.

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

    pandoc Text.Pandoc.Readers

    No documentation available.

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

    pandoc Text.Pandoc.Readers

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

    pandoc Text.Pandoc.Readers

    Parse reStructuredText string and return Pandoc document.

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

    pandoc Text.Pandoc.Readers

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

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

    pandoc Text.Pandoc.Readers

    No documentation available.

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

    pandoc Text.Pandoc.Readers

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

Page 144 of many | Previous | Next