"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "efa6aa4b4caeff3be3a0989945e7d74c8b5fcf32"
Commit cd412117 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: latex render

parent acd29043
...@@ -285,7 +285,7 @@ ...@@ -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}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment