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
Structured representation of a document. The Options
affect
how the document is rendered by toHtml
.
Block-level elements.
Constructors
Bullet Char | |
Numbered NumWrapper Int |
Inline elements.
Rendering and parsing options.
Constructors
Options | |
Fields
|