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.

  1. Ext_blank_before_header :: Extension

    pandoc Text.Pandoc.Extensions

    Require blank line before a header

  2. Ext_wikilinks_title_before_pipe :: Extension

    pandoc Text.Pandoc.Extensions

    Support wikilinks of style [[title|target]]

  3. data FlavoredFormat

    pandoc Text.Pandoc.Format

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

  4. FlavoredFormat :: Text -> ExtensionsDiff -> FlavoredFormat

    pandoc Text.Pandoc.Format

    No documentation available.

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

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

    pandoc Text.Pandoc.Logging

    No documentation available.

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

    pandoc Text.Pandoc.Shared

    Extract inlines, removing formatting.

  8. module Text.Pandoc.Transforms

    Transformation of a Pandoc document post-parsing

  9. type Transform = Pandoc -> Pandoc

    pandoc Text.Pandoc.Transforms

    Transformation of a Pandoc document post-parsing

  10. applyTransforms :: Monad m => [Transform] -> Pandoc -> m Pandoc

    pandoc Text.Pandoc.Transforms

    Apply a list of transforms to a document, in order.

Page 599 of many | Previous | Next