Bug Report
Steps to reproduce
add a md file in a sub1 dir /docs/sub1/test.md
add a img.png in /docs/images
add a imgLink in sub1/test.md:

Current behaviour
docsify render the image url to :
/./sub1/images/img.png
Expected behaviour
docsify should render the image url to :
/images/img.png
- [x ] Bug still occurs when all/other plugins are disabled?
Please create a reproducible sandbox
reproducible sandbox
Bug Report
Steps to reproduce
add a md file in a sub1 dir
/docs/sub1/test.mdadd a img.png in
/docs/imagesadd a imgLink in sub1/test.md:
Current behaviour
docsify render the image url to :
/./sub1/images/img.pngExpected behaviour
docsify should render the image url to :
/images/img.pngPlease create a reproducible sandbox
reproducible sandbox