vscode-markdown-link-suggestions
vscode-markdown-link-suggestions copied to clipboard
Links to local headers incorrectly marked as invalid
Hi @TomasHubelbauer
The following markdown (GFM?) renders fine and the links are working fine in the editor and the preview. But the extensions suggests that the 'test' link doesn't exist.
# Link Test
- [__Test](#test)
## __Test
[Back to top](#link-test)
Thanks for your report, I will look into this when I get a chance.
I am sorry for taking so much time to respond. I have just released a new version, 13.0.0, which fixes a lot of header lookup related issues. Could you please test it out and let me know if you are still facing this issue @randre70?
Hi! Sorry for not maintaining the extension, I have not been very active on any of my personal projects for a long time now for personal reasons. That being said, VS Code seems to have rolled out a feature called "MarkDown link Intellisense" in a recent release and it should make this extension obsolete! Please check it out and let me know how you feel about it :) https://code.visualstudio.com/updates/v1_64#_markdown-path-intellisense I will likely pull this extension completely if this native feature covers its functionality.