I am just making a general markdown page to share a design guide with everyone on the project. I would like to know how I can hard code the images I use into the .md file. I do not want to have to share a folder full of images each time I want to give someone the .md file.
What would be the best way to hard code/build the markdown project into one single file?
One idea is to convert all the images into base64, but of course that is not a very pretty solution. Another idea is to host the images somewhere but then they would need internet access and the images would possibly be public, so that is not a solution either.
My current code:
![placehoder text](images/the-image.jpg)
Where I have an images folder next to the .md and the "the-image.jpg" inside that folder