| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cheapskate.Types
- 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
data Doc
Structured representation of a document. The Options affect
how the document is rendered by toHtml.
data Block
Block-level elements.
data CodeAttr
data Inline
Inline elements.
type ReferenceMap = Map Text (Text, Text)
data Options
Rendering and parsing options.
Constructors
| Options | |
Fields
| |