mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-05 08:10:30 +00:00
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>
|
||||
{:else}
|
||||
{@html marked(message.content.replace('\\\\', '\\\\\\'))}
|
||||
{@html marked(message.content.replaceAll('\\', '\\\\'))}
|
||||
{/if}
|
||||
|
||||
{#if message.done}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue