jrblevin / markdown-mode

Emacs Markdown Mode
http://jblevins.org/projects/markdown-mode/
GNU General Public License v3.0
897 stars 163 forks source link

Relative paths won't work on preview #611

Open fuzunspm opened 3 years ago

fuzunspm commented 3 years ago

Expected Behavior

Ability to preview images with relative sub paths. My images are in a sub folder. I want to use them without absolute path because of multi-synced environments.

Actual Behavior

Images won't be displayed or opened on preview window

Software Versions

Example Path

Preview

syohex commented 3 years ago

I cannot reproduce this issue. Could you tell us how to reproduce this issue in detail ?

I tried following steps

![](foo/a.png)

relative_image

fuzunspm commented 3 years ago

actually inline images and export working, preview is not working, screenshot above was taken from firefox preview window

syohex commented 3 years ago

markdown-mode does nothing about converting html. It is external command(markdown-command) responsibility