We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8357189 commit ef8da5eCopy full SHA for ef8da5e
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.6.0/dist/mermaid.esm.min.mjs';
+ import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.esm.min.mjs';
42
43
const theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? 'dark' : 'default';
44
0 commit comments