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