I'm trying to embed images of my site into README.MD, and I want each image to be on its own line. But for images that aren't very wide, it's showing them on the same line. And it also wraps all text around the images that aren't wide enough to fill a line.
I've tried adding <br /> tags, adding display="block" to the <a> tag and adding two spaces at the end of the preceding line. Nothing is working.
Surely there's a way to do this, right?