{#each marked.lexer(content) as token} {#if token.type === "code"} {:else} {#await marked.parse(token.raw) then parsed} {@html parsed} {/await} {/if} {/each}