From 6f7599fd551bd5a795f278b8eab62bcc44e73ab7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 17 Jan 2024 15:49:54 +0000 Subject: [PATCH] Update HTML file --- notebooks/demo.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notebooks/demo.html b/notebooks/demo.html index ab87415..9bb5779 100644 --- a/notebooks/demo.html +++ b/notebooks/demo.html @@ -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)