Update misskey-flavored-markdown.ts
This commit is contained in:
		 Acid Chicken (硫酸鶏)
					Acid Chicken (硫酸鶏)
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							04de0e9a50
						
					
				
				
					commit
					0852045928
				
			| @@ -92,7 +92,7 @@ export default Vue.component('misskey-flavored-markdown', { | |||||||
| 				case 'hashtag': | 				case 'hashtag': | ||||||
| 					return createElement('a', { | 					return createElement('a', { | ||||||
| 						attrs: { | 						attrs: { | ||||||
| 							href: `${url}/tags/${token.hashtag}`, | 							href: `${url}/tags/${encodeURIComponent(token.hashtag)}`, | ||||||
| 							target: '_blank' | 							target: '_blank' | ||||||
| 						} | 						} | ||||||
| 					}, token.content); | 					}, token.content); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user