diff --git a/docs/syntax/classDiagram.md b/docs/syntax/classDiagram.md index 26a5b22d0..28ae37f9e 100644 --- a/docs/syntax/classDiagram.md +++ b/docs/syntax/classDiagram.md @@ -766,7 +766,7 @@ Beginner's tip—a full example using interactive links in an HTML page: ## Styling -### Styling a node (v\+) +### Styling a node (v10.7.0+) 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. diff --git a/docs/syntax/sequenceDiagram.md b/docs/syntax/sequenceDiagram.md index 2dff973e4..6e419fbc5 100644 --- a/docs/syntax/sequenceDiagram.md +++ b/docs/syntax/sequenceDiagram.md @@ -137,7 +137,7 @@ If an error of the following type occurs when creating or deleting an actor/part > The destroyed participant **participant-name** does not have an associated destroying message after its declaration. Please check the sequence diagram. -And fixing diagram code does not get rid of this error and rendering of all other diagrams results in the same error, then you need to update the mermaid version to (v\+). +And fixing diagram code does not get rid of this error and rendering of all other diagrams results in the same error, then you need to update the mermaid version to (v10.7.0+). ### Grouping / Box diff --git a/packages/mermaid/src/docs/syntax/classDiagram.md b/packages/mermaid/src/docs/syntax/classDiagram.md index b51f10d9d..bb7b31678 100644 --- a/packages/mermaid/src/docs/syntax/classDiagram.md +++ b/packages/mermaid/src/docs/syntax/classDiagram.md @@ -518,7 +518,7 @@ Beginner's tip—a full example using interactive links in an HTML page: ## Styling -### Styling a node (v+) +### Styling a node (v10.7.0+) 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. diff --git a/packages/mermaid/src/docs/syntax/sequenceDiagram.md b/packages/mermaid/src/docs/syntax/sequenceDiagram.md index e7df5d8c9..5e4731eed 100644 --- a/packages/mermaid/src/docs/syntax/sequenceDiagram.md +++ b/packages/mermaid/src/docs/syntax/sequenceDiagram.md @@ -89,7 +89,7 @@ If an error of the following type occurs when creating or deleting an actor/part > The destroyed participant **participant-name** does not have an associated destroying message after its declaration. Please check the sequence diagram. -And fixing diagram code does not get rid of this error and rendering of all other diagrams results in the same error, then you need to update the mermaid version to (v+). +And fixing diagram code does not get rid of this error and rendering of all other diagrams results in the same error, then you need to update the mermaid version to (v10.7.0+). ### Grouping / Box