Block Type
Block-level content node. The body of a document is built from these.
Union cases
| Union case |
Description
|
Full Usage:
BlockRaw(format, data)
Parameters:
string
data : string
|
Escape hatch for format-specific block content the model doesn't capture.
|
Full Usage:
CodeBlock(language, code)
Parameters:
string option
code : string
|
A fenced code block with an optional language hint.
|
|
A layout container holding explicitly-placed children.
|
|
A heading of the given level (1 = top level).
|
|
An ordered or unordered list.
|
|
A block-level media embed (image / video / audio) referencing a resource.
|
|
|
|
A block quote containing nested blocks.
|
|
A table.
|
Full Usage:
ThematicBreak
|
A horizontal rule / section divider. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBlockRaw
Returns: bool
|
|
Full Usage:
this.IsCodeBlock
Returns: bool
|
|
Full Usage:
this.IsContainer
Returns: bool
|
|
Full Usage:
this.IsHeading
Returns: bool
|
|
Full Usage:
this.IsListBlock
Returns: bool
|
|
Full Usage:
this.IsMedia
Returns: bool
|
|
Full Usage:
this.IsParagraph
Returns: bool
|
|
Full Usage:
this.IsQuote
Returns: bool
|
|
Full Usage:
this.IsTable
Returns: bool
|
|
Full Usage:
this.IsThematicBreak
Returns: bool
|
|
Nao