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.

  1. PandocFormatError :: Text -> Text -> PandocError

    pandoc Text.Pandoc.Error

    No documentation available.

  2. Ext_blank_before_blockquote :: Extension

    pandoc Text.Pandoc.Extensions

    Require blank line before a blockquote

  3. Ext_blank_before_header :: Extension

    pandoc Text.Pandoc.Extensions

    Require blank line before a header

  4. Ext_wikilinks_title_before_pipe :: Extension

    pandoc Text.Pandoc.Extensions

    Support wikilinks of style [[title|target]]

  5. data FlavoredFormat

    pandoc Text.Pandoc.Format

    Format specifier with the format's name and the lists of extensions to be enabled or disabled.

  6. FlavoredFormat :: Text -> ExtensionsDiff -> FlavoredFormat

    pandoc Text.Pandoc.Format

    No documentation available.

  7. parseFlavoredFormat :: PandocMonad m => Text -> m FlavoredFormat

    pandoc 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.

  8. CouldNotDeduceFormat :: [Text] -> Text -> LogMessage

    pandoc Text.Pandoc.Logging

    No documentation available.

  9. removeFormatting :: Walkable Inline a => a -> [Inline]

    pandoc Text.Pandoc.Shared

    Extract inlines, removing formatting.

  10. module Text.Pandoc.Transforms

    Transformation of a Pandoc document post-parsing

Page 602 of many | Previous | Next