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 e7f67b2 commit 60eb1daCopy full SHA for 60eb1da
examples/index.html
@@ -24,7 +24,7 @@
24
</div>
25
<script>
26
const script = document.createElement('script')
27
- if (window.location.hostname.endsWith('github.io')) {
+ if (window.location.hostname.endsWith('github.io') || window.location.hostname.endsWith('github.com')) {
28
script.src = "https://unpkg.com/@github/markdown-toolbar-element@latest/dist/index.umd.js"
29
} else {
30
script.src = "../dist/index.umd.js"
0 commit comments