Update sequenceDiagram.md

Fix missing content on notation for `rect` (currently this feels like a void in the text).
This commit is contained in:
Jesus Briales
2024-09-01 09:28:11 +02:00
committed by GitHub
parent 115cb071b0
commit cfeb794b34

View File

@@ -394,6 +394,12 @@ sequenceDiagram
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.
```