26 | {description} 27 |
28 |41 | {title} 42 |
43 |
38 |
39 | {tokens.map((line, lineIndex) => (
40 |
41 | {line
42 | .filter((token) => !token.empty)
43 | .map((token, tokenIndex) => (
44 |
45 | ))}
46 | {'\n'}
47 |
48 | ))}
49 |
50 |
51 |