Skip to content

Commit

Permalink
Update mermaid (11.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Oct 14, 2024
1 parent a93c8fd commit 3d18fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

{{- if .Page.Store.Get "hasMermaid" }}
<script type="module">
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@11.3.0/dist/mermaid.esm.min.mjs';

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

Expand Down

0 comments on commit 3d18fdf

Please sign in to comment.