nea / MarkdownViewerPlusPlus

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

local images #30

Closed Alex0322 closed 7 years ago

Alex0322 commented 7 years ago

It cant render "![foo](train.jpg)” or i miss smth?

Broken picture in preview, exported pdf, printed pdf, but shows properly if open html in web-browser.

nea commented 7 years ago

Hi @Alex0322

Please check https://github.com/nea/MarkdownViewerPlusPlus/issues/23 for examples on how to load local images. You need to add the type prefix for loading for an internal selection how to grab the image.

Cheers

Alex0322 commented 7 years ago

ok thx