diff --git a/.gitmodules b/.gitmodules index ff73e4bf..35eeb743 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "example/tools/image"] path = example/tools/image url = https://github.com/codex-editor/image +[submodule "example/tools/embed"] + path = example/tools/embed + url = https://github.com/codex-editor/embed diff --git a/example/example.html b/example/example.html index 6d826145..75768707 100644 --- a/example/example.html +++ b/example/example.html @@ -47,6 +47,7 @@ + @@ -127,6 +128,8 @@ class: InlineCode, shortcut: 'CMD+SHIFT+C' }, + + embed: Embed, }, /** diff --git a/example/tools/embed b/example/tools/embed new file mode 160000 index 00000000..f64378a2 --- /dev/null +++ b/example/tools/embed @@ -0,0 +1 @@ +Subproject commit f64378a2f18ee69c66860a3e45d1e392417a4ca7