Skip to content

Commit

Permalink
chore: update mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Dec 22, 2024
1 parent 13720fe commit 35cb451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

{{ if .Store.Get "hasMermaid" }}
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11.1.0/dist/mermaid.esm.min.mjs';
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11.4.1/dist/mermaid.esm.min.mjs';
mermaid.initialize({ startOnLoad: true });
</script>
{{ end }}
Expand Down

0 comments on commit 35cb451

Please sign in to comment.