The Blockquote extension allows you to create blockquote nodes for quoted content. It wraps block-level content and is commonly used for citations or emphasized passages.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ueberdosis/tiptap/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Usage
The Blockquote extension is included in the StarterKit by default:Configuration
HTMLAttributes
Custom HTML attributes to add to the blockquote element.Custom HTML attributes that should be added to the rendered HTML tag.
Commands
setBlockquote
Wraps the current selection in a blockquote.toggleBlockquote
Toggles a blockquote. If the current node is already wrapped in a blockquote, it unwraps it.unsetBlockquote
Removes the blockquote wrapping from the current selection.Keyboard Shortcuts
- Mod-Shift-B: Toggle blockquote
Input Rules
The Blockquote extension supports Markdown-style input rules:- Type
>followed by a space to create a blockquote