Skip to content

Commit

Permalink
Update HTML file
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jan 17, 2024
1 parent 3a14473 commit 6f7599f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -7331,11 +7331,12 @@
if (!diagrams.length) {
return;
}
const mermaid = (await import("https://cdnjs.cloudflare.com/ajax/libs/mermaid/10.6.0/mermaid.esm.min.mjs")).default;
const mermaid = (await import("https://cdnjs.cloudflare.com/ajax/libs/mermaid/10.7.0/mermaid.esm.min.mjs")).default;
const parser = new DOMParser();

mermaid.initialize({
maxTextSize: 100000,
maxEdges: 100000,
startOnLoad: false,
fontFamily: window
.getComputedStyle(document.body)
Expand Down

0 comments on commit 6f7599f

Please sign in to comment.