From f3bb5c0c265a3129d91c43fd647864a952c9eedb Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 07:37:33 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- docs/syntax/sequenceDiagram.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/syntax/sequenceDiagram.md b/docs/syntax/sequenceDiagram.md index 435ac7583..ade77ebb8 100644 --- a/docs/syntax/sequenceDiagram.md +++ b/docs/syntax/sequenceDiagram.md @@ -580,6 +580,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. ```