I have a string containing HTML tags which I want to render as HTML. For example, this can be accomplished in Svelte with a special
@html
@html
directive: https://svelte.dev/tutorial/html-tags. However, I don't see a similarly straightforward way to accomplish this in SolidJS. Am I missing something?