⬆️ Upgrade to Mermaid v8.13.3

This commit is contained in:
James Panther
2021-10-20 10:21:44 +11:00
parent 0f15206e78
commit 527d3d101e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
{{/* Include mermaid.js only on pages that use the shortcode */}}
{{- if .Page.HasShortcode "mermaid" -}}
<script src="https://unpkg.com/mermaid@8.11.4/dist/mermaid.min.js"></script>
<script src="https://unpkg.com/mermaid@8.13.3/dist/mermaid.min.js"></script>
<script>
mermaid.initialize({ theme: "default" });
</script>