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

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

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

    pandoc Text.Pandoc.Readers.CSV

    No documentation available.

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

    pandoc Text.Pandoc.Readers.CSV

    No documentation available.

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

    pandoc Text.Pandoc.Readers.CommonMark

    Parse a CommonMark formatted string into a Pandoc structure.

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

    pandoc Text.Pandoc.Readers.Creole

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

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

    pandoc Text.Pandoc.Readers.CslJson

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

    pandoc Text.Pandoc.Readers.Djot

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

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

    pandoc Text.Pandoc.Readers.DocBook

    No documentation available.

  10. readDocx :: PandocMonad m => ReaderOptions -> ByteString -> m Pandoc

    pandoc Text.Pandoc.Readers.Docx

    No documentation available.

Page 145 of many | Previous | Next