mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 21:19: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] |