{tokens.map((line, lineIndex) => (
{line
.filter((token) => !token.empty)
.map((token, tokenIndex) => (
))}
{"\n"}
))}
)}