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.