mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	Test docs:verify
This commit is contained in:
		@@ -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:
 | 
			
		||||
 | 
			
		||||
```mmd
 | 
			
		||||
```mermaid-example
 | 
			
		||||
classDiagram
 | 
			
		||||
    class Animal:::cssClass
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Or:
 | 
			
		||||
 | 
			
		||||
```mmd
 | 
			
		||||
```mermaid-example
 | 
			
		||||
classDiagram
 | 
			
		||||
    class Animal:::cssClass {
 | 
			
		||||
        -int sizeInFeet
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user