Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
formatHeader :: Header -> Stringhspec-wai Test.Hspec.Wai.Matcher No documentation available.
-
midi Sound.MIDI.Manufacturer No documentation available.
formatExtsDiff :: FlavoredFormat -> ExtensionsDiffpandoc Text.Pandoc.Format No documentation available.
formatFromFilePaths :: [FilePath] -> Maybe FlavoredFormatpandoc Text.Pandoc.Format Determines default format based on file extensions; uses the format of the first extension that's associated with a format. Examples:
formatFromFilePaths ["text.unknown", "no-extension"]
NothingformatFromFilePaths ["my.md", "other.rst"]
Just "markdown"formatName :: FlavoredFormat -> Textpandoc Text.Pandoc.Format No documentation available.
formatANSI :: FormatOptions -> Style -> [SourceLine] -> Textpandoc Text.Pandoc.Highlighting No documentation available.
formatConTeXtBlock :: FormatOptions -> [SourceLine] -> Textpandoc Text.Pandoc.Highlighting Format tokens as a ConTeXt highlighting typing environment. The highlighting environemnt is defined by the macros produced by styleToConTeXt; it is a typing environment with default escaping enabled, i.e., / is the escape character.
formatConTeXtInline :: FormatOptions -> [SourceLine] -> Textpandoc Text.Pandoc.Highlighting Formats tokens as ConTeXt using custom commands inside a type{}. A KeywordTok is rendered using \KeywordTok{..}, and so on.
formatHtml4Block :: FormatOptions -> [SourceLine] -> Htmlpandoc Text.Pandoc.Highlighting Like formatHtmlBlock but uses only attributes valid in HTML 4 (so, aria-hidden is not used in empty line number spans).
formatHtmlBlock :: FormatOptions -> [SourceLine] -> Htmlpandoc Text.Pandoc.Highlighting Format tokens as an HTML pre block. Each line is wrapped in an a element with the class ‘source-line’. If line numbering is selected, the surrounding pre is given the class ‘numberSource’, and the resulting html will display line numbers thanks to the included CSS. See the documentation for formatHtmlInline for information about how tokens are encoded.