bring html back

This commit is contained in:
Michael Poluektov 2024-11-12 23:17:22 +00:00
parent d0f13d7c07
commit f3210ec7db

View File

@ -149,7 +149,11 @@
{$i18n.t('Content')} {$i18n.t('Content')}
</div> </div>
<pre class="text-sm dark:text-gray-400 whitespace-pre-line"> <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> </pre>
</div> </div>