math2001 / MarkdownLivePreview

A Sublime Text 3 plugin to preview your markdown as you type
https://math2001.github.io/MarkdownLivePreview
MIT License
303 stars 37 forks source link

local images shown as 404 again #81

Closed mediter closed 4 years ago

mediter commented 5 years ago

macOS 10.14.2 (18C54) with Python v. 2.7.10

Sublime Text v. 3.1.1 build 3176

MarkdownLivePreview v. 2.4.9

BloodPupil commented 4 years ago

You can use tag to achieve that.

 <img src='local path'>comments</img> 
math2001 commented 4 years ago

Remote, absolute path and relative path images should work fine now:

![my alt text (in case the image doesn't load)](path/to/image.png)