mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 09:42:26 -05:00 
			
		
		
		
	[chore]: Bump github.com/yuin/goldmark from 1.6.0 to 1.7.0 (#2603)
This commit is contained in:
		
					parent
					
						
							
								8692cc1f36
							
						
					
				
			
			
				commit
				
					
						a482cb59f2
					
				
			
		
					 10 changed files with 62 additions and 61 deletions
				
			
		
							
								
								
									
										2
									
								
								vendor/github.com/yuin/goldmark/util/util.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/yuin/goldmark/util/util.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -808,7 +808,7 @@ func IsPunct(c byte) bool { | |||
| 
 | ||||
| // IsPunctRune returns true if the given rune is a punctuation, otherwise false. | ||||
| func IsPunctRune(r rune) bool { | ||||
| 	return int32(r) <= 256 && IsPunct(byte(r)) || unicode.IsPunct(r) | ||||
| 	return unicode.IsSymbol(r) || unicode.IsPunct(r) | ||||
| } | ||||
| 
 | ||||
| // IsSpace returns true if the given character is a space, otherwise false. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue