Blockquote

data class Blockquote(val children: Paragraph) : MarkdownElement

Constructors

Link copied to clipboard
constructor(children: Paragraph)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

It is a descriptor of the markdown element. It should be MarkdownElementDescriptor<{THIS}>

Functions

Link copied to clipboard
open override fun encode(): String