markdown-mode
markdown-mode copied to clipboard
Relative paths won't work on preview
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
- Markdown Mode: 2.5-dev
- Emacs: 27.1
- OS: Arch Linux


I cannot reproduce this issue. Could you tell us how to reproduce this issue in detail ?
I tried following steps
- put image under
foo/a.png - Open following markdown file
M-x markdown-toggle-inline-images- Then image shows.


actually inline images and export working, preview is not working, screenshot above was taken from firefox preview window
markdown-mode does nothing about converting html. It is external command(markdown-command) responsibility