From 237518ba3bdf4620d8be145da0c06a3c7155802b Mon Sep 17 00:00:00 2001 From: Justin Greywolf Date: Thu, 14 Dec 2023 06:47:37 -0800 Subject: [PATCH 1/3] Update classDiagram.md --- packages/mermaid/src/docs/syntax/classDiagram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mermaid/src/docs/syntax/classDiagram.md b/packages/mermaid/src/docs/syntax/classDiagram.md index a808d9317..12143b118 100644 --- a/packages/mermaid/src/docs/syntax/classDiagram.md +++ b/packages/mermaid/src/docs/syntax/classDiagram.md @@ -520,7 +520,7 @@ Beginner's tip—a full example using interactive links in an HTML page: ### Styling a node -It is possible to apply specific styles such as a thicker border or a different background color to a node. +It is possible to apply specific styles such as a thicker border or a different background color to an individual node using the `style` keyword.(v+) ```mermaid-example classDiagram From 1babceb63c5ea281b1499655b188c299520b8379 Mon Sep 17 00:00:00 2001 From: Justin Greywolf Date: Thu, 14 Dec 2023 06:48:13 -0800 Subject: [PATCH 2/3] Update classDiagram.md --- packages/mermaid/src/docs/syntax/classDiagram.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mermaid/src/docs/syntax/classDiagram.md b/packages/mermaid/src/docs/syntax/classDiagram.md index 12143b118..95ad0db63 100644 --- a/packages/mermaid/src/docs/syntax/classDiagram.md +++ b/packages/mermaid/src/docs/syntax/classDiagram.md @@ -518,9 +518,9 @@ Beginner's tip—a full example using interactive links in an HTML page: ## Styling -### Styling a node +### Styling a node (v+) -It is possible to apply specific styles such as a thicker border or a different background color to an individual node using the `style` keyword.(v+) +It is possible to apply specific styles such as a thicker border or a different background color to an individual node using the `style` keyword. ```mermaid-example classDiagram From 7ec5bdcca41d89b7034df9d76ccd8d8c07fd22b5 Mon Sep 17 00:00:00 2001 From: jgreywolf Date: Thu, 14 Dec 2023 14:52:40 +0000 Subject: [PATCH 3/3] Update docs --- docs/syntax/classDiagram.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/syntax/classDiagram.md b/docs/syntax/classDiagram.md index 1b9be0943..b20ccccb3 100644 --- a/docs/syntax/classDiagram.md +++ b/docs/syntax/classDiagram.md @@ -766,9 +766,9 @@ Beginner's tip—a full example using interactive links in an HTML page: ## Styling -### Styling a node +### Styling a node (v\+) -It is possible to apply specific styles such as a thicker border or a different background color to a node. +It is possible to apply specific styles such as a thicker border or a different background color to an individual node using the `style` keyword. ```mermaid-example classDiagram