"testing/vscode:/vscode.git/clone" did not exist on "847a461bd77cad4513a6942f2a11b0552c387ef8"
Commit cd412117 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: latex render

parent acd29043
......@@ -285,7 +285,7 @@
</div>
</div>
{:else}
{@html marked(message.content.replace('\\\\', '\\\\\\'))}
{@html marked(message.content.replaceAll('\\', '\\\\'))}
{/if}
{#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