Reputation: 45
I searched quiet a lot, but could not find a solution that works. It seems it is not possible to link local images with a relativ path in markdown. I am building a documentation with doxygen, using markdown. I am working with Windows.
Example:

If I use the absolute path like

Everthing works fine. But of course this solution is not portable. Any ideas?
Upvotes: 1
Views: 728
Reputation: 3333
You need to correctly set up IMAGE_PATH
see: http://www.doxygen.nl/manual/config.html#cfg_image_path
and: http://www.doxygen.nl/manual/commands.html#cmdimage
Upvotes: 1