You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I have a markdown file and, in the same folder, a png image. In the markdown I reference the image:
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.The text was updated successfully, but these errors were encountered: