Changing image size in Markdown
Posted By: Anonymous
I just got started with Markdown. I love it, but there is one thing bugging me: How can I change the size of an image using Markdown?
The documentation only gives the following suggestion for an image:

If it is possible I would like the picture to also be centered. I am asking for general Markdown, not just how GitHub does it.
Solution
With certain Markdown implementations (including Mou and Marked 2 (only macOS)) you can append =WIDTHxHEIGHT
after the URL of the graphic file to resize the image. Do not forget the space before the =
.

You can skip the HEIGHT

Answered By: Anonymous
Disclaimer: This content is shared under creative common license cc-by-sa 3.0. It is generated from StackExchange Website Network.