Revert changes in this branch to knsv2.html

This commit is contained in:
Anthony Juckel
2025-08-14 14:54:21 -05:00
parent b7b05f4a55
commit 4d76af679b

View File

@@ -311,21 +311,21 @@ flowchart LR
n8@{ shape: rect} n8@{ shape: rect}
</pre> </pre>
<pre id="diagram4" class="mermaid"> <pre id="diagram4" class="mermaid2">
--- ---
title: https://github.com/mermaid-js/mermaid/issues/5824 config:
layout: elk
--- ---
%% 6048, 5824 flowchart LR
flowchart TB subgraph s1["Untitled subgraph"]
mermaid{"What is\nyourmermaid version?"} --> v10["<11"] --"`<**1**1`"--> fine["No bug"] n1["Evaluate"]
mermaid --> v11[">= v11"] -- ">= v11" --> broken["Affected by https://github.com/mermaid-js/mermaid/issues/5824"] n2["Option 1"]
subgraph subgraph1["`How to fix **fix**`"] end
broken --> B["B"] n1 -- One --> n2
end
githost["Github, Gitlab, BitBucket, etc."]
githost2["`Github, Gitlab, BitBucket, etc.`"]
a["1."]
b["- x"]
</pre> </pre>
<pre id="diagram4" class="mermaid2"> <pre id="diagram4" class="mermaid2">
--- ---