Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indent subgraph sections #4349

Merged
merged 1 commit into from May 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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