Merge pull request #4349 from danielcompton/patch-1

Indent subgraph sections
This commit is contained in:
Knut Sveidqvist 2023-05-15 08:46:38 +02:00 committed by GitHub
commit c755e45961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.