Update misskey-flavored-markdown.ts
This commit is contained in:
		
							parent
							
								
									04de0e9a50
								
							
						
					
					
						commit
						0852045928
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue