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

    pandoc Text.Pandoc.Readers

    Parse a Textile text and return a Pandoc document.

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

    pandoc Text.Pandoc.Readers

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

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

    pandoc Text.Pandoc.Readers

    Read Txt2Tags from an input string returning a Pandoc document

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

    pandoc Text.Pandoc.Readers

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

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

    pandoc Text.Pandoc.Readers

    No documentation available.

  6. readers :: forall (m :: Type -> Type) . PandocMonad m => [(Text, Reader m)]

    pandoc Text.Pandoc.Readers

    Association list of formats and readers.

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

    pandoc Text.Pandoc.Readers.BibTeX

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

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

    pandoc Text.Pandoc.Readers.BibTeX

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

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

    pandoc Text.Pandoc.Readers.CSV

    No documentation available.

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

    pandoc Text.Pandoc.Readers.CSV

    No documentation available.

Page 145 of many | Previous | Next