Indent subgraph sections

The two subgraph paragraphs below "Subgraphs" should be
indented below it.
This commit is contained in:
Daniel Compton
2023-04-26 09:39:17 +12:00
committed by GitHub
parent 56ec1ab52c
commit c6fbabc70e

View File

@@ -404,7 +404,7 @@ flowchart TB
end end
``` ```
## flowcharts ### flowcharts
With the graphtype flowchart it is also possible to set edges to and from subgraphs as in the flowchart below. 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 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. With the graphtype flowcharts you can use the direction statement to set the direction which the subgraph will render like in this example.