mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	[MFM] spinの中でflipを使えるように
This commit is contained in:
		
							parent
							
								
									d2cc5c3b63
								
							
						
					
					
						commit
						5fac7c1718
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -149,6 +149,7 @@ const mfm = P.createLanguage({
 | 
			
		|||
		P.regexp(/<spin>(.+?)<\/spin>/, 1)
 | 
			
		||||
		.map(x => createTree('spin', P.alt(
 | 
			
		||||
			r.emoji,
 | 
			
		||||
			r.flip,
 | 
			
		||||
			r.text
 | 
			
		||||
		).atLeast(1).tryParse(x), {})),
 | 
			
		||||
	//#endregion
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue