File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 28
28
[submodule "example/tools/image "]
29
29
path = example/tools/image
30
30
url = https://github.com/codex-editor/image
31
+ [submodule "example/tools/embed "]
32
+ path = example/tools/embed
33
+ url = https://github.com/codex-editor/embed
Original file line number Diff line number Diff line change 47
47
< script src ="./tools/list/dist/bundle.js "> </ script > <!-- List -->
48
48
< script src ="./tools/quote/dist/bundle.js "> </ script > <!-- Quote -->
49
49
< script src ="./tools/code/dist/bundle.js "> </ script > <!-- Code -->
50
+ < script src ="./tools/embed/dist/bundle.js "> </ script > <!-- Embed -->
50
51
51
52
< script src ="./tools/marker/dist/bundle.js "> </ script > <!-- Marker -->
52
53
< script src ="./tools/inline-code/dist/bundle.js "> </ script > <!-- Inline Code -->
127
128
class : InlineCode ,
128
129
shortcut : 'CMD+SHIFT+C'
129
130
} ,
131
+
132
+ embed : Embed ,
130
133
} ,
131
134
132
135
/**
You can’t perform that action at this time.
0 commit comments