We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2999e0 commit 09c8e54Copy full SHA for 09c8e54
1 file changed
layouts/partials/javascript.html
@@ -38,7 +38,7 @@
38
39
{{- if .Page.Store.Get "hasMermaid" }}
40
<script type="module">
41
- import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10.4.0/dist/mermaid.esm.min.mjs';
+ import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10.6.0/dist/mermaid.esm.min.mjs';
42
43
const theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? 'dark' : 'default';
44
0 commit comments