From cfeb794b34f8df82a4fcbff8804918b40ce5c4c9 Mon Sep 17 00:00:00 2001 From: Jesus Briales Date: Sun, 1 Sep 2024 09:28:11 +0200 Subject: [PATCH 1/2] Update sequenceDiagram.md Fix missing content on notation for `rect` (currently this feels like a void in the text). --- packages/mermaid/src/docs/syntax/sequenceDiagram.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/mermaid/src/docs/syntax/sequenceDiagram.md b/packages/mermaid/src/docs/syntax/sequenceDiagram.md index 8826f62756..10d163e366 100644 --- a/packages/mermaid/src/docs/syntax/sequenceDiagram.md +++ b/packages/mermaid/src/docs/syntax/sequenceDiagram.md @@ -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. ``` 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 2/2] [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 435ac75834..ade77ebb80 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. ```