From eddd8313c9372bf16d1c1c461f84f841972a2e8e Mon Sep 17 00:00:00 2001 From: Jake Beamish Date: Wed, 23 Oct 2024 15:03:36 +0100 Subject: [PATCH] Fix code block typo Previously, the h4 line "#### Using Dagre Layout with Classic Look:" was included at the bottom of the previous Example configuration code block. Now it renders as a h4 --- packages/mermaid/src/docs/intro/syntax-reference.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/mermaid/src/docs/intro/syntax-reference.md b/packages/mermaid/src/docs/intro/syntax-reference.md index 14c56370a..1915e3ba2 100644 --- a/packages/mermaid/src/docs/intro/syntax-reference.md +++ b/packages/mermaid/src/docs/intro/syntax-reference.md @@ -149,9 +149,10 @@ flowchart LR B -->|Option 1| C[Path 1] B -->|Option 2| D[Path 2] -#### Using Dagre Layout with Classic Look: ``` +#### Using Dagre Layout with Classic Look: + Another example: ```