mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 07:32:26 -05:00 
			
		
		
		
	[chore]: Bump github.com/yuin/goldmark from 1.5.5 to 1.5.6 (#2140)
This commit is contained in:
		
					parent
					
						
							
								1e2db7a32f
							
						
					
				
			
			
				commit
				
					
						36dceac56c
					
				
			
		
					 37 changed files with 1872 additions and 1694 deletions
				
			
		
							
								
								
									
										3
									
								
								vendor/github.com/yuin/goldmark/util/html5entities.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								vendor/github.com/yuin/goldmark/util/html5entities.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -1,3 +1,4 @@ | |||
| //nolint:golint,lll,misspell | ||||
| package util | ||||
| 
 | ||||
| // An HTML5Entity struct represents HTML5 entitites. | ||||
|  | @ -8,7 +9,7 @@ type HTML5Entity struct { | |||
| } | ||||
| 
 | ||||
| // LookUpHTML5EntityByName returns (an HTML5Entity, true) if an entity named | ||||
| // given name is found, otherwise (nil, false) | ||||
| // given name is found, otherwise (nil, false). | ||||
| func LookUpHTML5EntityByName(name string) (*HTML5Entity, bool) { | ||||
| 	v, ok := html5entities[name] | ||||
| 	return v, ok | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue