Skip to content

Commit 03eb28c

Browse files
Update maermaid (#651)
1 parent 11ce173 commit 03eb28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/javascript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
{{- if .Page.Store.Get "hasMermaid" }}
4040
<script type="module">
41-
import mermaid from 'https://cdn.jsdelivr.net/npm/[email protected].2/dist/mermaid.esm.min.mjs';
41+
import mermaid from 'https://cdn.jsdelivr.net/npm/[email protected].3/dist/mermaid.esm.min.mjs';
4242

4343
const theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? 'dark' : 'default';
4444

0 commit comments

Comments
 (0)