Closed
Description
Related to #332 but with a reproduced project file.
Attached is a slim version of our project where we were able to reproduce it. docsify-anchor-jump-incorrect.zip
To Reproduce:
npm i docsify-cli -g
docsify serve docs
Go to http://localhost:3000/#/isaac-gui-noimages?id=user-pane and see that it appears close to the anchor.
Go to http://localhost:3000/#/isaac-gui?id=user-pane and see that it appears far from the anchor.
The only difference between the two pages is the images being included or not.
-Mitch