nea / MarkdownViewerPlusPlus

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

Rendering of some online images is not working #106

Open cbgilbert opened 5 years ago

cbgilbert commented 5 years ago

Issue description

Some images are displayed correctly while others aren't

Markdown to reproduce

  ![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png)

I got the code from here: https://github.com/nea/MarkdownViewerPlusPlus/issues/23#issuecomment-287190881

Screenshot

MarkdownViewerPlusPlus not working: image

NppMarkdownPanel works: image

Environment