Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data Doc = Doc Options Blocks
- data Block
- data CodeAttr = CodeAttr {}
- data ListType
- data NumWrapper
- data HtmlTagType
- type Blocks = Seq Block
- data Inline
- type Inlines = Seq Inline
- type ReferenceMap = Map Text (Text, Text)
- data Options = Options {
- sanitize :: Bool
- allowRawHtml :: Bool
- preserveHardBreaks :: Bool
- debug :: Bool
Documentation
Structured representation of a document. The Options
affect
how the document is rendered by toHtml
.
Block-level elements.
data NumWrapper Source #
data HtmlTagType Source #
Simple representation of HTML tag.
Inline elements.
Rendering and parsing options.
Options | |
|