mirror of
https://github.com/codex-team/editor.js
synced 2026-03-15 07:05:48 +01:00
Add embed plugin to example (#491)
* Add embed plugin to example * Remove .git
This commit is contained in:
parent
6a90784b69
commit
6b1460372d
3 changed files with 7 additions and 0 deletions
|
|
@ -47,6 +47,7 @@
|
|||
<script src="./tools/list/dist/bundle.js"></script><!-- List -->
|
||||
<script src="./tools/quote/dist/bundle.js"></script><!-- Quote -->
|
||||
<script src="./tools/code/dist/bundle.js"></script><!-- Code -->
|
||||
<script src="./tools/embed/dist/bundle.js"></script><!-- Embed -->
|
||||
|
||||
<script src="./tools/marker/dist/bundle.js"></script><!-- Marker -->
|
||||
<script src="./tools/inline-code/dist/bundle.js"></script><!-- Inline Code -->
|
||||
|
|
@ -127,6 +128,8 @@
|
|||
class: InlineCode,
|
||||
shortcut: 'CMD+SHIFT+C'
|
||||
},
|
||||
|
||||
embed: Embed,
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue