Deeper Relative Links (two levels deep)

This note lives in samples/Notes/Deep/. From here it takes ../../ to reach the workspace root, which is a good test that .. chains resolve correctly and still stay clamped to samples/.

Up one level with ../

../ steps up to Notes/:

Up two levels with ../../

../../ steps up to the workspace root (samples/):

Relative image, two levels up

A relative image, two levels up

Each .. is resolved against this file's folder, then the final path is checked against the open workspace. Anything landing outside it is never read.