Skip to content

prosekit/extensions/blockquote

BlockquoteCommandsExtension

BlockquoteCommandsExtension: Extension<object>

Type declaration

NameType
Commandsobject
Commands.insertBlockquote[]
Commands.setBlockquote[]
Commands.toggleBlockquote[]

BlockquoteSpecExtension

BlockquoteSpecExtension: Extension<object>

Type declaration

NameType
Nodesobject
Nodes.blockquoteAttrs

defineBlockquote()

defineBlockquote(): BlockquoteExtension

Returns

BlockquoteExtension


defineBlockquoteInputRule()

defineBlockquoteInputRule(): PlainExtension

Wraps the text block in a blockquote when > is typed at the start of a new line followed by a space.

Returns

PlainExtension


defineBlockquoteSpec()

defineBlockquoteSpec(): BlockquoteSpecExtension

Returns

BlockquoteSpecExtension