Skip to content

Commit b2ec7d7

Browse files
fix: update flowchart template to graph LR with rounded nodes to match card preview
1 parent eb46e6b commit b2ec7d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5611,7 +5611,7 @@ document.addEventListener("DOMContentLoaded", async function () {
56115611
title: 'Flowchart',
56125612
label: 'Flowchart',
56135613
svg: svgFlowchart,
5614-
code: '```mermaid\ngraph TD\n Start --> End\n```\n'
5614+
code: '```mermaid\ngraph LR\n Start(Start) --> End(End)\n```\n'
56155615
},
56165616
{
56175617
id: 'mermaid-sequence',

0 commit comments

Comments
 (0)