From 3ec0ff4a46860de3bca891dcbbea1001245a6180 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Sat, 27 Jan 2024 00:41:07 -0300 Subject: [PATCH] Added integrity check to mermaid.js --- _includes/scripts/mermaid.liquid | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_includes/scripts/mermaid.liquid b/_includes/scripts/mermaid.liquid index acd72753afa2..ebfd577f3f34 100644 --- a/_includes/scripts/mermaid.liquid +++ b/_includes/scripts/mermaid.liquid @@ -1,5 +1,9 @@ {% if page.mermaid and page.mermaid.enabled %} - + {% if page.mermaid.zoomable %} {% endif %}