File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ export const defaultNodes = [
8
8
{ name : "BulletList" , path : "@tiptap/extension-bullet-list" } ,
9
9
{ name : "OrderedList" , path : "@tiptap/extension-ordered-list" } ,
10
10
{ name : "ListItem" , path : "@tiptap/extension-list-item" } ,
11
+ { name : "CodeBlock" , path : "@tiptap/extension-code-block" } ,
11
12
{ name : "Document" , path : "@tiptap/extension-document" } ,
12
13
{ name : "HardBreak" , path : "@tiptap/extension-hard-break" } ,
13
14
{ name : "Heading" , path : "@tiptap/extension-heading" } ,
Original file line number Diff line number Diff line change @@ -4,7 +4,3 @@ export const lowlightImports = [
4
4
{ name : "createLowlight" , path : "lowlight" } ,
5
5
{ name : "CodeBlockLowlight" , path : "@tiptap/extension-code-block-lowlight" } ,
6
6
] ;
7
-
8
- export const defaultCodeImports = [
9
- { name : "CodeBlock" , path : "@tiptap/extension-code-block" } ,
10
- ] ;
You can’t perform that action at this time.
0 commit comments