forked from open-webui/open-webui
		
	fix: latex render
This commit is contained in:
		
							parent
							
								
									acd290431a
								
							
						
					
					
						commit
						cd4121178c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -285,7 +285,7 @@ | ||||||
| 									</div> | 									</div> | ||||||
| 								</div> | 								</div> | ||||||
| 							{:else} | 							{:else} | ||||||
| 								{@html marked(message.content.replace('\\\\', '\\\\\\'))} | 								{@html marked(message.content.replaceAll('\\', '\\\\'))} | ||||||
| 							{/if} | 							{/if} | ||||||
| 
 | 
 | ||||||
| 							{#if message.done} | 							{#if message.done} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek