mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-18 02:05:59 +08:00
fix: visible backtick in codespan
This commit is contained in:
parent
4ef042e966
commit
769df698be
@ -34,7 +34,7 @@
|
||||
<svelte:self id={`${id}-em`} tokens={token.tokens} />
|
||||
</em>
|
||||
{:else if token.type === 'codespan'}
|
||||
<code class="codespan">{revertSanitizedResponseContent(token.raw)}</code>
|
||||
<code class="codespan">{token.text}</code>
|
||||
{:else if token.type === 'br'}
|
||||
<br />
|
||||
{:else if token.type === 'del'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user