fix: Blockquote missing from editor extensions after refactor
This commit is contained in:
@@ -3,6 +3,7 @@ import Highlight from "../marks/Highlight";
|
||||
import Mark from "../marks/Mark";
|
||||
import TemplatePlaceholder from "../marks/Placeholder";
|
||||
import Attachment from "../nodes/Attachment";
|
||||
import Blockquote from "../nodes/Blockquote";
|
||||
import BulletList from "../nodes/BulletList";
|
||||
import CheckboxItem from "../nodes/CheckboxItem";
|
||||
import CheckboxList from "../nodes/CheckboxList";
|
||||
@@ -30,6 +31,7 @@ const fullPackage: (typeof Node | typeof Mark | typeof Extension)[] = [
|
||||
CodeFence,
|
||||
CheckboxList,
|
||||
CheckboxItem,
|
||||
Blockquote,
|
||||
BulletList,
|
||||
OrderedList,
|
||||
Embed,
|
||||
|
||||
Reference in New Issue
Block a user