Skip to content

Commit

Permalink
Merge pull request #5801 from jbriales/patch-1
Browse files Browse the repository at this point in the history
Update sequenceDiagram.md
  • Loading branch information
sidharthv96 authored Oct 3, 2024
2 parents 16847ea + be0bbe9 commit ef8c002
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/syntax/sequenceDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,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.

```
Expand Down
6 changes: 6 additions & 0 deletions packages/mermaid/src/docs/syntax/sequenceDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,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.

```
Expand Down

0 comments on commit ef8c002

Please sign in to comment.