From 0cbc000bfa1c0fdb4ef2822c2112317faba44005 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Thu, 3 Oct 2024 10:47:31 +0200 Subject: [PATCH 1/2] docs: Fix inconsistency in Block Diagram doc example --- packages/mermaid/src/docs/syntax/block.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mermaid/src/docs/syntax/block.md b/packages/mermaid/src/docs/syntax/block.md index b281a8b195..5b8aa1c999 100644 --- a/packages/mermaid/src/docs/syntax/block.md +++ b/packages/mermaid/src/docs/syntax/block.md @@ -106,7 +106,7 @@ block-beta a["A label"] b:2 c:2 d ``` -In this example, the block labeled "A wide one" spans two columns, while blocks 'b', 'c', and 'd' are allocated their own columns. This flexibility in block sizing is crucial for accurately representing systems with components of varying significance or size. +In this example, the block labeled "A labels" spans one column, while blocks 'b', 'c' span 2 columns, and 'd' is again allocated its own column. This flexibility in block sizing is crucial for accurately representing systems with components of varying significance or size. ### Creating Composite Blocks From 719685b930136051b2b5b2cde97207e2ce4f0d7f Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 08:54:12 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- docs/syntax/block.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax/block.md b/docs/syntax/block.md index d11d2285c8..7048ef3528 100644 --- a/docs/syntax/block.md +++ b/docs/syntax/block.md @@ -141,7 +141,7 @@ block-beta a["A label"] b:2 c:2 d ``` -In this example, the block labeled "A wide one" spans two columns, while blocks 'b', 'c', and 'd' are allocated their own columns. This flexibility in block sizing is crucial for accurately representing systems with components of varying significance or size. +In this example, the block labeled "A labels" spans one column, while blocks 'b', 'c' span 2 columns, and 'd' is again allocated its own column. This flexibility in block sizing is crucial for accurately representing systems with components of varying significance or size. ### Creating Composite Blocks