Skip to content

Commit 526d4e4

Browse files
committed
Uses MermaidJS as default engine
1 parent 454b64c commit 526d4e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/generate.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
<div style="margin-left:auto;opacity:0.5;">
6363
Engine:
6464
<select style="padding:2px 6px;border-radius:4px;" title="Engine" id="engine">
65-
<option value="gemini">Gemini</option>
66-
<option value="chatgpt">ChatGPT</option>
6765
<option value="mermaidjs">MermaidJS</option>
66+
<option value="chatgpt">ChatGPT</option>
67+
<option value="gemini">Gemini</option>
6868
</select>
6969
</div>
7070
<div style="opacity:0.5;margin-left:20px;border-radius:4px;">

0 commit comments

Comments
 (0)