Blockquote
Usage
import { availablePlugins } from "@inkstream/starter-kit"
<RichTextEditor
plugins={[availablePlugins.blockquote]}
toolbarLayout={['blockquote']}
/>Keyboard shortcut
Mod-Shift-b toggles a blockquote on the current paragraph.
Input rule
Type > at the start of a line to create a blockquote.
HTML output
<blockquote><p>This is a quoted passage.</p></blockquote>