We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this issue occur when all extensions are disabled?: Yes
"markdown.validate.enabled": true
.md
- footnote1[^1] - footnote2[^2] [^1]: Text1 [^2]: Text2
No link definition found: '^1'(link.no-such-reference) No link definition found: '^2'(link.no-such-reference)
VSCode
The text was updated successfully, but these errors were encountered:
It has already been reported in another repository, I will close this ticket here.
microsoft/vscode-markdown-languageservice#100
Sorry, something went wrong.
No branches or pull requests
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce
.md
file in VSCode and write a footnote, for example:Expected behavior
VSCode
recognizes the footnote and does not trigger an error.The text was updated successfully, but these errors were encountered: