BlockQuote

data class BlockQuote(val blocks: List<Block>) : Block

A block quotation (> ...).

Constructors

Link copied to clipboard
constructor(blocks: List<Block>)

Properties

Link copied to clipboard

the block nodes contained within the block quote.