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 cb89351 commit bd6e970Copy full SHA for bd6e970
index.html
@@ -50,15 +50,4 @@
50
<script src="//unpkg.com/docsify/lib/plugins/external-script.min.js"></script>
51
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
52
<script src="//unpkg.com/prismjs/components/prism-jsx.min.js"></script>
53
-<script src="//unpkg.com/microlinkjs@latest"></script>
54
-<script>
55
- window.addEventListener('DOMContentLoaded', () => {
56
- setTimeout(() => {
57
- microlink('.demo-link', {
58
- rounded: true
59
- })
60
- }, 250)
61
62
-</script>
63
-
64
</html>
0 commit comments