Insert html file rendered contents without code being shown

Is there a way to insert html file inside obsidian note so that html would be rendered without actual code being shown?

e.g
file content: <div>hello world</div>
shown: hello world

The reason I want this is that I could use html components inside a table (e.g dropdown) without seeing in edit all the code that comes with it as this would make it impractical to use.

Hello, @Borouch. I don’t believe there is a way to do that in a table. And not all HTML will be rendered because of HTML sanitization. Of course, something like <div>hello world</div> does render outside tables though.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.