You can add custom sizes to images in Markdown using HTML. While Markdown is great for formatted text, it doesn't natively support resizing images. But with the img tag, you can easily control image dimensions.
For example:
<img src="image.jpg" width="400" height="400"/>