Blockquote
The Blockquote extension allows you to add blockquotes to your editor.
- Based on TipTap's Blockquote extension. @tiptap/extension-blockquote
Usage
tsx
import { Blockquote } from 'reactjs-tiptap-editor';
const extensions = [
...,
// Import Extensions Here
Blockquote
];