mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 19:49:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			99 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			99 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| graph TD
 | |
| A[Hard] -->|Text| B(Round)
 | |
| B --> C{Decision}
 | |
| C -->|One| D[Result 1]
 | |
| C -->|Two| E[Result 2] | 
