Add embed plugin to example (#491)

* Add embed plugin to example

* Remove .git
This commit is contained in:
George Berezhnoy 2018-11-18 21:32:25 +03:00 committed by GitHub
commit 6b1460372d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View file

@ -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,
},
/**