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 a93c8fd commit b8b3fd0Copy full SHA for b8b3fd0
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.8.0/dist/mermaid.esm.min.mjs';
+ import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10.9.2/dist/mermaid.esm.min.mjs';
42
43
const theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? 'dark' : 'default';
44
0 commit comments