Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix/angle-brackets
Link Resolution Follow‑ups
Tightens link parsing and display resolution after the initial angle‑bracket support. Anchors are stripped for file resolution while still preserved for navigation, and relative project links resolve against the source file where possible.
Examples (illustrative):
[My Note](Folder/My Note.md#Section)resolves toFolder/My Note.mdfor lookup, but still opens#Section.[[Folder/My Note#Section]]displays asMy Notewhile keeping the fragment for navigation.Changelog
#heading/^blockfragments when resolving link paths.linkRenderer.sourcePathwhere available.sourcePaththrough stats/filter helpers for consistent relative link handling.Tests
./node_modules/.bin/jest tests/unit/utils/linkUtils.test.ts --runInBand./node_modules/.bin/jest tests/unit/ui/linkRenderer.test.ts --runInBandcf. PR.md