CrossNox / m2r2

Markdown to reStructuredText converter
https://crossnox.github.io/m2r2
MIT License
108 stars 27 forks source link

how to include images in readme.md which are used in m2r2 using mdinclude #18

Open pooja-jayant opened 3 years ago

rpocase commented 3 years ago

My workaround for this was to include a symbolic link to the sphinx _static directory from my root project directory. I.e. ln -s docs/_static _static. Then, from my README.md I just use a relative path to the symbolic link rather than the docs/_static directory.

CrossNox commented 3 years ago

@pooja-jayant has the above comment solved it for you?

JWCook commented 3 years ago

I've also used symlinks to do this, as @rpocase suggested, and it works fine for me.