forked from open-webui/open-webui
		
	Merge pull request #411 from ollama-webui/latex-render-fix
fix: latex render
This commit is contained in:
		
						commit
						ed1d9e6111
					
				
					 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 Jaeryang Baek
						Timothy Jaeryang Baek