Reputation: 1971
Probably simple but I just can't figure it out. I made a markdown document in Sublime 3 and published it with Markdown Preview. Looks fine on my machine. But when I open it another machine, none of the images appear. Bear in mind I am new to all this. But what am I supposed to do? Share the entire folder (.md file and images)?
Upvotes: 1
Views: 445
Reputation: 6522
If the .md file references local images (Not on the web) then moving the .md fie to a different location, away from the images will break the link. You need to share all of the content or host the images somewhere reference-able from both locations
Upvotes: 1