mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 06:49:47 +02:00
Merge pull request #5801 from jbriales/patch-1
Update sequenceDiagram.md
This commit is contained in:
@@ -583,6 +583,12 @@ sequenceDiagram
|
|||||||
|
|
||||||
It is possible to highlight flows by providing colored background rects. This is done by the notation
|
It is possible to highlight flows by providing colored background rects. This is done by the notation
|
||||||
|
|
||||||
|
```
|
||||||
|
rect COLOR
|
||||||
|
... content ...
|
||||||
|
end
|
||||||
|
```
|
||||||
|
|
||||||
The colors are defined using rgb and rgba syntax.
|
The colors are defined using rgb and rgba syntax.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@@ -397,6 +397,12 @@ sequenceDiagram
|
|||||||
|
|
||||||
It is possible to highlight flows by providing colored background rects. This is done by the notation
|
It is possible to highlight flows by providing colored background rects. This is done by the notation
|
||||||
|
|
||||||
|
```
|
||||||
|
rect COLOR
|
||||||
|
... content ...
|
||||||
|
end
|
||||||
|
```
|
||||||
|
|
||||||
The colors are defined using rgb and rgba syntax.
|
The colors are defined using rgb and rgba syntax.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user