From b563ddc19dee3c62aed2d1f78445ba2caa4b0b4c Mon Sep 17 00:00:00 2001 From: knsv Date: Mon, 15 May 2023 06:49:56 +0000 Subject: [PATCH] Update docs --- docs/syntax/flowchart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/syntax/flowchart.md b/docs/syntax/flowchart.md index 1ea6304c5..e3c455f01 100644 --- a/docs/syntax/flowchart.md +++ b/docs/syntax/flowchart.md @@ -633,7 +633,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. @@ -671,7 +671,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.