Use case or problem
<img src=...
don’t work and shows an icon. And as a result, I cannot associate a style or css class.
Most of my images are full page and the problem does not arise. Other images, however, are small and I would like to be able to write to the right or left of them. In HTML I can use align, but in obsidian it doesn’t work.
There is also the problem that if the text to be placed side by side is short, the next paragraph must still wrap, so there would be column breaks.
Proposed solution
Really implement what I read in some of the discussions. ![[my_img.jpg|right]]
or ![[my_img.jpg|style='inline style']]
or ![[my_img.jpg|class='myclass']]
I doubt markdown supports it though
Current workaround
Use table