mirror of
https://github.com/open-webui/open-webui.git
synced 2025-09-01 18:28:36 +02:00
Merge pull request #411 from ollama-webui/latex-render-fix
fix: latex render
This commit is contained in:
@@ -285,7 +285,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{:else}
|
||||
{@html marked(message.content.replace('\\\\', '\\\\\\'))}
|
||||
{@html marked(message.content.replaceAll('\\', '\\\\'))}
|
||||
{/if}
|
||||
|
||||
{#if message.done}
|
||||
|
Reference in New Issue
Block a user