We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92474ca commit e8cd800Copy full SHA for e8cd800
1 file changed
apps/site/components/__design__/mermaid.stories.tsx
@@ -12,11 +12,11 @@ type Meta = MetaObj<Props>;
12
export const Mermaid: Story = {
13
args: {
14
children: dedent`\`\`\`mermaid
15
-graph LR
16
-A[Client] --> B(Load Balancer)
17
-B --> C{Server 1}
18
-B --> D{Server 2}
19
-\`\`\``,
+ graph LR
+ A[Client] --> B(Load Balancer)
+ B --> C{Server 1}
+ B --> D{Server 2}
+ \`\`\``,
20
},
21
};
22
0 commit comments