jagregory / atom-pandoc-preview

Pandoc-powered Previewer for Atom
MIT License
14 stars 7 forks source link

Previewing Failed pandoc.exe: Could not fetch #33

Open nvoynov opened 7 years ago

nvoynov commented 7 years ago

Hi,

I have just installed atom-pandoc-preview and have first question.

I have few big markdown files with images in sub-folder, something like in a structure bellow

assets\image1.png
assets\image2.png
file1.md
file2.md

This files open correctly in standard markdown preview and I can see all images, introduced in md file by image link macro ![Image 1](assets\image1.png)

When I try to render it through pandoc-preview I see a error

pandoc.exe: Could not fetch assets\flow.png assets\flow.png: openBinaryFile: does not exist (No such file or directory)

How can I fix it?

Thank you in advance, I have a big hope for this plugin rendering

pnlawlor commented 6 years ago

Try forward slashes