Skip to content
New issue

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

Markdown vaildation throws error at footnotes #170387

Closed
LangLangBart opened this issue Jan 2, 2023 · 1 comment
Closed

Markdown vaildation throws error at footnotes #170387

LangLangBart opened this issue Jan 2, 2023 · 1 comment

Comments

@LangLangBart
Copy link

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: `1.74.2
  • OS Version: macOS 10.15

Steps to Reproduce

  1. Enable markdown validation
"markdown.validate.enabled": true
  1. Create a .md file in VSCode and write a footnote, for example:
- footnote1[^1]
- footnote2[^2]

[^1]: Text1
[^2]: Text2
  1. Errors are reported
No link definition found: '^1'(link.no-such-reference)
No link definition found: '^2'(link.no-such-reference)

Expected behavior

  • VSCode recognizes the footnote and does not trigger an error.
@LangLangBart
Copy link
Author

It has already been reported in another repository, I will close this ticket here.

microsoft/vscode-markdown-languageservice#100

@github-actions github-actions bot locked and limited conversation to collaborators Feb 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant