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