highlighting-kate-0.3.1: Syntax highlighting

Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>

Text.Highlighting.Kate.Format

Description

Formatters that convert a list of annotated source lines to various output formats.

Synopsis

Documentation

formatAsXHtmlSource

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

OptDetailed

Include detailed lexical information in classes. (By default, only the default style is included. This option causes output to be more verbose.)

OptInline

Format as span-level, not block-level element