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

“Links” in Markdown Math Wrongly Validated #14

Open
YDX-2147483647 opened this issue Jun 11, 2022 · 4 comments
Open

“Links” in Markdown Math Wrongly Validated #14

YDX-2147483647 opened this issue Jun 11, 2022 · 4 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug markdown
Milestone

Comments

@YDX-2147483647
Copy link

Does this issue occur when all extensions are disabled?: Yes. (I've tried Developer: Reload With Extensions Disabled)

  • VS Code Version: Code 1.68.0 (4af164ea3a06f701fe3e89a2bcbb421d2026b68f, 2022-06-08T11:44:16.822Z)
  • OS Version: Windows_NT x64 10.0.19043

Steps to Reproduce:

  1. Enable markdown.math.enabled, markdown.experimental.validate.enabled.
  2. Create a markdown file.
  3. Write$[0,1]$.
  4. “No link definition found: '0,1'”

image

Temporary solution: Write $[0, 1]$ instead. (insert a space after the comma)

@tjx666
Copy link

tjx666 commented Jun 13, 2022

@mattbierner
Same with version number is changelog:

image

@tjx666
Copy link

tjx666 commented Jun 13, 2022

also with license author:

image

@mjbvz
Copy link
Contributor

mjbvz commented Jun 13, 2022

@tjx666 Those cases are expected as they are valid reference link shorthand. You can escape the leading \[ to avoid this

@mjbvz mjbvz added bug Issue identified by VS Code Team member as probable bug markdown labels Jun 14, 2022
@mjbvz mjbvz transferred this issue from microsoft/vscode Aug 3, 2022
@YDX-2147483647
Copy link
Author

Update: The temporary solution $[0, 1]$ doesn't work now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug markdown
Projects
None yet
Development

No branches or pull requests

4 participants