Skip to content

Commit 071bf95

Browse files
committed
fix(widgets): support wider range of characters in relationship labels
1 parent 7ffdec0 commit 071bf95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calm-widgets/src/widgets/block-architecture/block-architecture.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classDef system fill:#fff8e1,stroke:#f9a825,stroke-width:2px,color:#000;
3333

3434
{{!-- Edges --}}
3535
{{#each edges}}
36-
{{{mermaidId source}}} -->{{#if label}}|{{label}}|{{/if}} {{{mermaidId target}}}
36+
{{{mermaidId source}}} -->{{#if label}}|"{{label}}"|{{/if}} {{{mermaidId target}}}
3737
{{/each}}
3838

3939
{{!-- Dotted attachments (node -> interface) --}}

0 commit comments

Comments
 (0)