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

    pandoc Text.Pandoc.Readers.Pod

    No documentation available.

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

    pandoc Text.Pandoc.Readers.RIS

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

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

    pandoc Text.Pandoc.Readers.RST

    Parse reStructuredText string and return Pandoc document.

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

    pandoc Text.Pandoc.Readers.RTF

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

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

    pandoc Text.Pandoc.Readers.TWiki

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

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

    pandoc Text.Pandoc.Readers.Textile

    Parse a Textile text and return a Pandoc document.

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

    pandoc Text.Pandoc.Readers.TikiWiki

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

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

    pandoc Text.Pandoc.Readers.Txt2Tags

    Read Txt2Tags from an input string returning a Pandoc document

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

    pandoc Text.Pandoc.Readers.Typst

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

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

    pandoc Text.Pandoc.Readers.Vimwiki

    No documentation available.

Page 148 of many | Previous | Next