{#each tokens as token}
{#if token.type === 'escape'}
{unescapeHtml(token.text)}
{:else if token.type === 'html'}
{
copyToClipboard(unescapeHtml(token.text));
toast.success($i18n.t('Copied to clipboard'));
}}>{unescapeHtml(token.text)}
{:else if token.type === 'br'}
{:else if token.type === 'del'}
{:else if token.type === 'inlineKatex'}
{#if token.text}