{#if line.content}
{line.content}
{/if} {#if headers.length > 0} {#each headers as header} {/each} {/if} {#each rows as row, i} {#each row as cell} {@const cellSegments = parseColorText(cell)} {/each} {/each}
{header}
{#each cellSegments as segment} {#if getSegmentStyle(segment)} {segment.text} {:else} {segment.text} {/if} {/each}