mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-26 02:39:41 +02:00
#3358 Another set of review changes
This commit is contained in:
@@ -304,7 +304,7 @@ describe('Block diagram', () => {
|
||||
it('BL22: sizing - it should be possible to make a block wider', () => {
|
||||
imgSnapshotTest(
|
||||
`block-beta
|
||||
A("rounded):2
|
||||
A("rounded"):2
|
||||
B:2
|
||||
C
|
||||
`,
|
||||
|
@@ -65,7 +65,7 @@
|
||||
<body>
|
||||
<pre id="diagram" class="mermaid">
|
||||
block-beta
|
||||
blockArrowId<["`Label`"]>(right)
|
||||
blockArrowId<["Label"]>(right)
|
||||
blockArrowId2<["Label"]>(left)
|
||||
blockArrowId3<["Label"]>(up)
|
||||
blockArrowId4<["Label"]>(down)
|
||||
|
Reference in New Issue
Block a user