mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 21:42:58 +00:00
bring html back
This commit is contained in:
parent
d0f13d7c07
commit
f3210ec7db
@ -149,7 +149,11 @@
|
||||
{$i18n.t('Content')}
|
||||
</div>
|
||||
<pre class="text-sm dark:text-gray-400 whitespace-pre-line">
|
||||
{document.document}
|
||||
{#if document.metadata?.html}
|
||||
{@html document.document}
|
||||
{:else}
|
||||
{document.document}
|
||||
{/if}
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user