{#each tokens as token}
{#if token.type === 'escape'}
{unescapeHtml(token.text)}
{:else if token.type === 'html'}
{@const html = DOMPurify.sanitize(token.text)}
{#if html}
{@html html}
{:else}
{token.text}
{/if}
{:else if token.type === 'link'}
{token.text}
{:else if token.type === 'image'}
{revertSanitizedResponseContent(token.raw)}
{:else if token.type === 'br'}
{:else if token.type === 'del'}
{:else if token.type === 'inlineKatex'}
{#if token.text}