Skip to content

Commit

Permalink
Merge pull request #4349 from danielcompton/patch-1
Browse files Browse the repository at this point in the history
Indent subgraph sections
  • Loading branch information
knsv committed May 15, 2023
2 parents de34a06 + c6fbabc commit c755e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mermaid/src/docs/syntax/flowchart.md
Expand Up @@ -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.

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

Expand Down

0 comments on commit c755e45

Please sign in to comment.