From c6fbabc70e800f9f89d99bc25dd2ba65c63f4923 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Wed, 26 Apr 2023 09:39:17 +1200 Subject: [PATCH] Indent subgraph sections The two subgraph paragraphs below "Subgraphs" should be indented below it. --- packages/mermaid/src/docs/syntax/flowchart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mermaid/src/docs/syntax/flowchart.md b/packages/mermaid/src/docs/syntax/flowchart.md index bdc4a2fa0b..afbbf37d30 100644 --- a/packages/mermaid/src/docs/syntax/flowchart.md +++ b/packages/mermaid/src/docs/syntax/flowchart.md @@ -404,7 +404,7 @@ flowchart TB end ``` -## flowcharts +### flowcharts With the graphtype flowchart it is also possible to set edges to and from subgraphs as in the flowchart below. @@ -425,7 +425,7 @@ flowchart TB two --> c2 ``` -## Direction in subgraphs +### Direction in subgraphs With the graphtype flowcharts you can use the direction statement to set the direction which the subgraph will render like in this example.