From 3e50dc81cd563af73ae74a00f485d78c7aa2d341 Mon Sep 17 00:00:00 2001 From: Nico Bako <26750598+nicobako@users.noreply.github.com> Date: Sat, 11 May 2024 21:17:01 -0500 Subject: [PATCH] Update mermaid.html --- mermaid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mermaid.html b/mermaid.html index 3fc7709..6a56aaa 100644 --- a/mermaid.html +++ b/mermaid.html @@ -25,7 +25,7 @@ const mapped = grist.mapColumnNames(record); console.log("mapped", mapped); const mermaid_el_id = 'mermaid'; - document.getElementById(mermaid_el_id).innerHTML = `
${mapped.mermaid}; + document.getElementById(mermaid_el_id).innerHTML = `
${mapped.mermaid}`; mermaid.initialize(); });