| Portability | portable |
|---|---|
| Stability | alpha |
| Maintainer | John MacFarlane <jgm@berkeley.edu> |
Text.Highlighting.Kate.Format
Description
Formatters that convert a list of annotated source lines to various output formats.
- formatAsXHtml :: [FormatOption] -> String -> [SourceLine] -> Html
- data FormatOption
- defaultHighlightingCss :: String
Documentation
Arguments
| :: [FormatOption] | Options |
| -> String | Language |
| -> [SourceLine] | Source lines to format |
| -> Html |
Format a list of highlighted SourceLines as XHtml.
data FormatOption Source
Options for formatters.
Constructors
| OptNumberLines | Number lines |
| OptNumberFrom Int | Number of first line |
| OptLineAnchors | Anchors on each line number |
| OptTitleAttributes | Include title attributes |
Instances