dfinke / vscode-pandoc

Visual Studio Code extension lets you render markdown to pdf, word doc or html with pandoc
124 stars 36 forks source link

Image not showing in docx #16

Open vgrigoriu opened 7 years ago

vgrigoriu commented 7 years ago

I have a markdown file and, in the same folder, a png image. In the markdown I reference the image:

![console](console.PNG)

If I run pandoc manually as pandoc document.md -o document.docx the image appears in the generated document. If I use the VS Code extension, it does not.