mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	Removing redundant code block
This commit is contained in:
		@@ -624,22 +624,6 @@ classDiagram
 | 
			
		||||
    }
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
```mermaid-example
 | 
			
		||||
classDiagram
 | 
			
		||||
    note "This is a general note"
 | 
			
		||||
    note for MyClass "This is a note for a class"
 | 
			
		||||
    class MyClass{
 | 
			
		||||
    }
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
```mermaid
 | 
			
		||||
classDiagram
 | 
			
		||||
    note "This is a general note"
 | 
			
		||||
    note for MyClass "This is a note for a class"
 | 
			
		||||
    class MyClass{
 | 
			
		||||
    }
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
_URL Link:_
 | 
			
		||||
 | 
			
		||||
```mermaid-example
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user