From 069951a748b8363ef75acf8c463f115437c6435a Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 14 Oct 2022 13:03:27 +0530 Subject: [PATCH] fix: docs --- docs/index.html | 1 + packages/mermaid/src/docs/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/index.html b/docs/index.html index 015ce128b..7c92a1e31 100644 --- a/docs/index.html +++ b/docs/index.html @@ -57,6 +57,7 @@ let parser = new DOMParser(); let currentCodeExample = 0; let colorize = []; + let num = 0; function colorizeEverything(html) { initEditor(monaco); diff --git a/packages/mermaid/src/docs/index.html b/packages/mermaid/src/docs/index.html index 2d6e1c714..29643d974 100644 --- a/packages/mermaid/src/docs/index.html +++ b/packages/mermaid/src/docs/index.html @@ -57,6 +57,7 @@ let parser = new DOMParser(); let currentCodeExample = 0; let colorize = []; + let num = 0; function colorizeEverything(html) { initEditor(monaco);