mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-26 02:39:41 +02:00
Update sequenceDiagram.md
Fix missing content on notation for `rect` (currently this feels like a void in the text).
This commit is contained in:
@@ -394,6 +394,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