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 4064dd0 commit 098e37eCopy full SHA for 098e37e
README.md
@@ -22,7 +22,6 @@ Add the dependencies and plugin to `index.html`
22
<script src="//unpkg.com/mermaid/dist/mermaid.js"></script>
23
<script src="//unpkg.com/docsify-mermaid@latest/dist/docsify-mermaid.js"></script>
24
<script>mermaid.initialize({ startOnLoad: true });</script>
25
-<script src="//cdn.jsdelivr.net/npm/d3@7"></script>
26
<!-- Import Docsify-mermaid-zoom -->
27
<script src="//unpkg.com/docsify-mermaid-zoom/dist/docsify-mermaid-zoom.js"></script>
28
```
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "docsify-mermaid-zoom",
3
- "version": "2.2.4",
+ "version": "2.2.5",
4
"type": "module",
5
"main": "dist/docsify-mermaid-zoom.js",
6
"repository": {
0 commit comments