nea / MarkdownViewerPlusPlus

A Notepad++ Plugin to view a Markdown file rendered on-the-fly
MIT License
1.17k stars 143 forks source link

Images doesn't show up #73

Closed fredericwaldmann closed 6 years ago

fredericwaldmann commented 6 years ago

Issue description

Images doesn't show up with:

Markdown to reproduce

![test-image](image.png)

but it works with

![test-image](C:/image.png)

Image and File has the same path. But its not C:/

Environment

nea commented 6 years ago

Hi @bongo1234

For now please refer to https://github.com/nea/MarkdownViewerPlusPlus/issues/23#issuecomment-287190881 how the file paths have to be added.

Will be changed in the future.

Best