How do I center an image in the README.md file on GitHub?
I’ve been looking at the Markdown syntax used in GitHub […], I can’t figure out how to center an image TL;DR No, you can’t by only relying on Markdown syntax. Markdown doesn’t care about positioning. Note: Some Markdown processors support inclusion of HTML (as rightfully pointed out by @waldyr.ar), and in the GitHub case you … Read more