forked from gitea/gitea
		
	 4c1ff57f1a
			
		
	
	
		4c1ff57f1a
		
			
		
	
	
	
	
		
			
			When matching emoji, use a regex built from the data we have instead of something generic using unicode ranges. A generic regex can't tell the difference between two separate emoji next to each other or one emoji that is built out of two separate emoji next to each other. This means that emoji that are next to each other without space in between will be now accurately spanned individually with proper title etc...