Skip to content

Commit a0e6364

Browse files
authored
reference the javascript using the unpkg CDN
1 parent 0ddd819 commit a0e6364

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
</markdown-toolbar>
2222
<textarea class="mt-3 d-block width-full" id="textarea"></textarea>
2323
</div>
24-
<script src="../dist/index.umd.js"></script>
24+
<!-- script src="../dist/index.umd.js"></script -->
25+
<script src="https://unpkg.com/@github/markdown-toolbar-element@latest/dist/index.umd.js"></script>
2526
</body>
2627
</html>

0 commit comments

Comments
 (0)