| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -4,7 +4,8 @@ import { isValidStr, parseUrlStr, useTranslation } from 'tailchat-shared';
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import { Loadable } from '../Loadable';
 | 
					 | 
					 | 
					 | 
					import { Loadable } from '../Loadable';
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import { Image } from 'tailchat-design';
 | 
					 | 
					 | 
					 | 
					import { Image } from 'tailchat-design';
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import remarkGfm from 'remark-gfm';
 | 
					 | 
					 | 
					 | 
					import remarkGfm from 'remark-gfm';
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import rehypeRaw from 'rehype-raw';
 | 
					 | 
					 | 
					 | 
					// import rehypeRaw from 'rehype-raw';
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					// import rehypeSanitize from 'rehype-sanitize';
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import './render.less';
 | 
					 | 
					 | 
					 | 
					import './render.less';
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					// eslint-disable-next-line @typescript-eslint/ban-ts-comment
 | 
					 | 
					 | 
					 | 
					// eslint-disable-next-line @typescript-eslint/ban-ts-comment
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					 | 
					@ -81,7 +82,7 @@ export const Markdown: React.FC<{
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      transformImageUri={(src) => transformUrl(src)}
 | 
					 | 
					 | 
					 | 
					      transformImageUri={(src) => transformUrl(src)}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      transformLinkUri={(href) => transformUrl(href)}
 | 
					 | 
					 | 
					 | 
					      transformLinkUri={(href) => transformUrl(href)}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      remarkPlugins={[remarkGfm]}
 | 
					 | 
					 | 
					 | 
					      remarkPlugins={[remarkGfm]}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      rehypePlugins={[rehypeRaw]}
 | 
					 | 
					 | 
					 | 
					      // rehypePlugins={[rehypeRaw, rehypeSanitize]}
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      linkTarget="_blank"
 | 
					 | 
					 | 
					 | 
					      linkTarget="_blank"
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      skipHtml={true}
 | 
					 | 
					 | 
					 | 
					      skipHtml={true}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      components={components}
 | 
					 | 
					 | 
					 | 
					      components={components}
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |