Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PrintHighlightStyle :: Maybe FilePath -> Text -> OptInfopandoc Text.Pandoc.App No documentation available.
-
pandoc Text.Pandoc.Chunks A PathTemplate is a FilePath in which certain codes will be substituted with information from a Chunk. %n will be replaced with the chunk number (padded with leading 0s to 3 digits), %s with the section number of the heading, %h with the (stringified) heading text, %i with the section identifier. For example, "section-%s-%i.html" might be resolved to "section-1.2-introduction.html".
PathTemplate :: Text -> PathTemplatepandoc Text.Pandoc.Chunks No documentation available.
-
pandoc Text.Pandoc.Class No documentation available.
PandocIO :: ExceptT PandocError (StateT CommonState IO) a -> PandocIO apandoc Text.Pandoc.Class No documentation available.
-
pandoc Text.Pandoc.Class The PandocMonad typeclass contains all the potentially IO-related functions used in pandoc's readers and writers. Instances of this typeclass may implement these functions in IO (as in PandocIO) or using an internal state that represents a file system, time, and so on (as in PandocPure).
-
pandoc Text.Pandoc.Class No documentation available.
PandocPure :: ExceptT PandocError (StateT CommonState (State PureState)) a -> PandocPure apandoc Text.Pandoc.Class No documentation available.
-
pandoc Text.Pandoc.Class The PureState contains ersatz representations of things that would normally be obtained through IO.
-
pandoc Text.Pandoc.Class No documentation available.