File tree 3 files changed +11
-0
lines changed
3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 31
31
[submodule "example/tools/embed "]
32
32
path = example/tools/embed
33
33
url = https://github.com/codex-editor/embed
34
+ [submodule "example/tools/table "]
35
+ path = example/tools/table
36
+ url = https://github.com/codex-editor/table
Original file line number Diff line number Diff line change 48
48
< script src ="./tools/quote/dist/bundle.js "> </ script > <!-- Quote -->
49
49
< script src ="./tools/code/dist/bundle.js "> </ script > <!-- Code -->
50
50
< script src ="./tools/embed/dist/bundle.js "> </ script > <!-- Embed -->
51
+ < script src ="./tools/table/dist/bundle.js "> </ script > <!-- Table -->
51
52
52
53
< script src ="./tools/marker/dist/bundle.js "> </ script > <!-- Marker -->
53
54
< script src ="./tools/inline-code/dist/bundle.js "> </ script > <!-- Inline Code -->
130
131
} ,
131
132
132
133
embed : Embed ,
134
+
135
+ table : {
136
+ class : Table ,
137
+ inlineToolbar : true
138
+ } ,
139
+
133
140
} ,
134
141
135
142
/**
You can’t perform that action at this time.
0 commit comments