BlockQuote
class BlockQuote(val type: BlockQuote.Type? = null, val attribution: InlineContent? = null, val content: List<Node>) : NestableNode
A block quote.
Parameters
type
information type. If null, the quote does not have a particular type
attribution
additional author or source of the quote
content
body content of the quote
Types
Link copied to clipboard
Type a BlockQuote might have.
Functions
Link copied to clipboard
Returns a sequence of all nodes in the tree, where this is the root node. The sequence is generated by traversing the tree in depth-first order. The root node is excluded from the sequence.
Link copied to clipboard
Retrieves the stored media associated with this node, if any.
Link copied to clipboard