Hey team, this is less of an issue, but more of a question.
I am implementing some of my own markdown styles, and noticed I was having issues with images. Rendered by themselves, the "height" couldn't be figured out. I noticed that in renderRules, we use FitImage, which addresses this issue.
The question is, why is it necessary to use FitImage? What part of the renderer makes it, so the normal image can't figure out what height it should be?
Hey team, this is less of an issue, but more of a question.
I am implementing some of my own markdown styles, and noticed I was having issues with images. Rendered by themselves, the "height" couldn't be figured out. I noticed that in
renderRules
, we useFitImage
, which addresses this issue.The question is, why is it necessary to use
FitImage
? What part of the renderer makes it, so the normal image can't figure out what height it should be?