The default implementation for rendering the Tokens.Text by rendering:
<>{children || raw}</> Copy
<>{children || raw}</>
This defaults to using raw instead of the sanitized text because React already handles the sanitization. If the text is used, the generated text would display html entities instead of the correct string.
raw
text
Generated using TypeDoc
The default implementation for rendering the Tokens.Text by rendering: