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.
Ext_blank_before_header :: Extensionpandoc Text.Pandoc.Extensions Require blank line before a header
Ext_wikilinks_title_before_pipe :: Extensionpandoc Text.Pandoc.Extensions Support wikilinks of style [[title|target]]
-
pandoc Text.Pandoc.Format Format specifier with the format's name and the lists of extensions to be enabled or disabled.
FlavoredFormat :: Text -> ExtensionsDiff -> FlavoredFormatpandoc Text.Pandoc.Format No documentation available.
parseFlavoredFormat :: PandocMonad m => Text -> m FlavoredFormatpandoc Text.Pandoc.Format Parse a format-specifying string into a markup format and the change set to the format's extensions. Throws an error if the spec cannot be parsed or contains an unknown extension.
CouldNotDeduceFormat :: [Text] -> Text -> LogMessagepandoc Text.Pandoc.Logging No documentation available.
removeFormatting :: Walkable Inline a => a -> [Inline]pandoc Text.Pandoc.Shared Extract inlines, removing formatting.
-
Transformation of a Pandoc document post-parsing
type
Transform = Pandoc -> Pandocpandoc Text.Pandoc.Transforms Transformation of a Pandoc document post-parsing
applyTransforms :: Monad m => [Transform] -> Pandoc -> m Pandocpandoc Text.Pandoc.Transforms Apply a list of transforms to a document, in order.