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:
![drawing](drawing.jpg)
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.
Best Answer
You could just use some HTML in your Markdown:
Or via
style
attribute (not supported by GitHub)Or you could use a custom CSS file as described in this answer on Markdown and image alignment
CSS in another file: