mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 13:40:55 +00:00
fix: code block
This commit is contained in:
parent
f8e2b31756
commit
24ef5af2a1
@ -250,7 +250,8 @@ __builtins__.input = input`);
|
|||||||
stderr ||
|
stderr ||
|
||||||
result) &&
|
result) &&
|
||||||
'border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;'}"><code
|
'border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;'}"><code
|
||||||
class="language-{lang} rounded-t-none whitespace-pre">{@html highlightedCode || code}</code
|
class="language-{lang} rounded-t-none whitespace-pre"
|
||||||
|
>{#if highlightedCode}{@html highlightedCode}{:else}{code}{/if}</code
|
||||||
></pre>
|
></pre>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
Loading…
Reference in New Issue
Block a user