Summary
Marksman currently supports goto definition / find references for Markdown links (inline links, reference links, wiki-links, anchors). However, these links are not exposed as symbols via the textDocument/documentSymbol LSP request.
This makes it impossible for editors or plugins to:
- list all links in the current file
- build link navigation tools (e.g., “jump to previous/next link”)
- display link structure in symbol outlines
- generate link (or backlink) maps
Request
Please consider exposing Markdown link occurrences (and optionally link definitions) as LSP symbols.