Support for Internal Links Relative to the Current Path

Hello.

We currently have [text](@/path_to_md) to retrieve internal links. Could internal links relative to the current path?

For example, lets say we add the links in the, docs/test/test1.md.

@/docs/_index.md → /docs

@test2.md → /docs/test/test2

@_index.md → /docs/test

@subtest/_index.md → /docs/test/subtest

@subtest/post1.md → /docs/test/subtest/post1