Add release version

This commit is contained in:
Sidharth Vinod
2023-07-26 11:33:20 +05:30
parent e1ca108b00
commit 21b90cbcd2
6 changed files with 8 additions and 4 deletions

View File

@@ -271,6 +271,8 @@ gantt
weekday monday
```
Support: v\<MERMAID_RELEASE_VERSION>+
## Output in compact mode
The compact mode allows you to display multiple tasks in the same row. Compact mode can be enabled for a gantt chart by setting the display mode of the graph via preceeding YAML settings.

View File

@@ -825,7 +825,7 @@ NOTE: Because we have overridden the `mainBranchOrder` to `2`, the `main` branch
Here, we have changed the default main branch name to `MetroLine1`.
## Orientation
## Orientation (v\<MERMAID_RELEASE_VERSION>+)
In Mermaid, the default orientation is Left to Right. The branches are lined vertically.

View File

@@ -94,7 +94,7 @@ sequenceDiagram
J->>A: Great!
```
### Actor Creation and Destruction
### Actor Creation and Destruction (v\<MERMAID_RELEASE_VERSION>+)
It is possible to create and destroy actors by messages. To do so, add a create or destroy directive before the message.

View File

@@ -197,6 +197,8 @@ gantt
weekday monday
```
Support: v<MERMAID_RELEASE_VERSION>+
## Output in compact mode
The compact mode allows you to display multiple tasks in the same row. Compact mode can be enabled for a gantt chart by setting the display mode of the graph via preceeding YAML settings.

View File

@@ -511,7 +511,7 @@ NOTE: Because we have overridden the `mainBranchOrder` to `2`, the `main` branch
Here, we have changed the default main branch name to `MetroLine1`.
## Orientation
## Orientation (v<MERMAID_RELEASE_VERSION>+)
In Mermaid, the default orientation is Left to Right. The branches are lined vertically.

View File

@@ -58,7 +58,7 @@ sequenceDiagram
J->>A: Great!
```
### Actor Creation and Destruction
### Actor Creation and Destruction (v<MERMAID_RELEASE_VERSION>+)
It is possible to create and destroy actors by messages. To do so, add a create or destroy directive before the message.