Test docs:verify

This commit is contained in:
Sidharth Vinod
2022-09-16 19:55:30 +05:30
parent 27e40248ff
commit 48fb5b3f28

View File

@@ -493,14 +493,14 @@ It is also possible to attach a class to a list of nodes in one statement:
A shorter form of adding a class is to attach the classname to the node using the `:::` operator: A shorter form of adding a class is to attach the classname to the node using the `:::` operator:
```mmd ```mermaid-example
classDiagram classDiagram
class Animal:::cssClass class Animal:::cssClass
``` ```
Or: Or:
```mmd ```mermaid-example
classDiagram classDiagram
class Animal:::cssClass { class Animal:::cssClass {
-int sizeInFeet -int sizeInFeet