Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PandocFormatError :: Text -> Text -> PandocErrorpandoc Text.Pandoc.Error No documentation available.
Ext_blank_before_blockquote :: Extensionpandoc Text.Pandoc.Extensions Require blank line before a blockquote
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