Display HTML entity
How can I display a text containing HTML entities?
<div>{props.text}</div>
displays the source code version of the entity.
Thanks.1 Reply
Use
innerHTML
or textContent
https://docs.solidjs.com/reference/jsx-attributes/innerhtml-or-textcontent#innerhtml-or-textcontent