mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-10-31 10:54:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			80 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			80 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /**
 | |
|  *
 | |
|  */
 | |
| function apa() {
 | |
|   // comment's
 | |
|   const a = 1;
 | |
|   return 'apa' + a;
 | |
| }
 | 
