We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddd819 commit a0e6364Copy full SHA for a0e6364
examples/index.html
@@ -21,6 +21,7 @@
21
</markdown-toolbar>
22
<textarea class="mt-3 d-block width-full" id="textarea"></textarea>
23
</div>
24
- <script src="../dist/index.umd.js"></script>
+ <!-- script src="../dist/index.umd.js"></script -->
25
+ <script src="https://unpkg.com/@github/markdown-toolbar-element@latest/dist/index.umd.js"></script>
26
</body>
27
</html>
0 commit comments