Hi,
Was recently trying to embed an image in a collapsible section - where the image part of the markdown looked something like this: `<img src="...image.png" width="200" height="200" />`
The problem is whatever image I put in markdown expands to the width of the guru page → meaning I’m unable to make the image smaller than the width of the guru page (even if I tweak the width and height values in the markdown)…. I noticed in a past Q+A → it was stated that Guru uses the `CommonMark` / github flavor of markdown - however, I tried my markdown in both CommonMark and github and minimizing the image size works there --- but not in Guru for some reason.
It’s important for me to have the image embedded via markdown due to the need to embed the image within a collapsible section. Please let me know if there is anything I can do or if I’m doing something wrong.