mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 14:55:23 +00:00
refac
This commit is contained in:
parent
862a30842c
commit
c1823b4b73
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
<svelte:self id={`${id}-em`} tokens={token.tokens} />
|
<svelte:self id={`${id}-em`} tokens={token.tokens} />
|
||||||
</em>
|
</em>
|
||||||
{:else if token.type === 'codespan'}
|
{:else if token.type === 'codespan'}
|
||||||
<code class="codespan">{token.text}</code>
|
<code class="codespan">{unescapeHtml(token.text)}</code>
|
||||||
{:else if token.type === 'br'}
|
{:else if token.type === 'br'}
|
||||||
<br />
|
<br />
|
||||||
{:else if token.type === 'del'}
|
{:else if token.type === 'del'}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue