Here is my directory structure
SUMMARY.md
dir1/
content.md
picture.png
There is a link to picture.png in content.md:

After mdbook build these files contain <img src="./picture.png" alt="my picture">
book/index.html
book/print.html
book/dir1/content.html
This is correct for content.html but not for index.html and print.html. The image is not shown.
Here is my directory structure
There is a link to
picture.pngincontent.md:After
mdbook buildthese files contain<img src="./picture.png" alt="my picture">book/index.htmlbook/print.htmlbook/dir1/content.htmlThis is correct for
content.htmlbut not forindex.htmlandprint.html. The image is not shown.