Markdown files allow embedding images in it. However it requires the image to be hosted at some location and we can add the url of the image to embed it.
Example:
![Alternate image text](https://someurl/imagelocation/image.png)
We can use services like imgur or other services to host the images and use the hosted URL.