Did you test this with an image? I’m testing this with an image embed, and it isn’t working. In my screenshot, I include the image outside the html, and inside the html, to prove the image is correct.
I’m not sure if I’ve hit a bug, or if this isn’t supported yet.
![[Pasted image 10.png]]
<div style="width: 100%;">
<div style="width: 50%; float: left;"> ![[Pasted image 10.png]] </div>
<div style="width: 50%; float: left;">this is column 2</div>
</div>
Even a basic table html example doesn’t work for me. The image simply doesn’t render within the html tags. (v 0.8.8)
I also tried linking to a remote image with the format:

<table width=100%>
<tr>
<td width=50%> ![[Pasted image 10.png]] </td>
<td width=50%>Test2</td>
</tr>
</table>