-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitieslanguages-basicBasic language support issuesBasic language support issuesmarkdownMarkdown support issuesMarkdown support issues
Description
- VSCode Version: Code 1.11.2 (6eaebe3, 2017-04-13T08:03:11.395Z)
- OS Version: Windows_NT ia32 6.1.7601
- Extensions:
| Extension | Author | Version |
|---|---|---|
| path-intellisense | christian-kohler | 1.2.0 |
| gitignore | codezombiech | 0.5.0 |
| bracket-pair-colorizer | CoenraadS | 0.10.3 |
| javadebugger | donjayamanne | 0.1.0 |
| python | donjayamanne | 0.6.3 |
| LogFileHighlighter | emilast | 1.1.1 |
| tabsanity | jedmao | 0.0.9 |
| docomment | k--kato | 0.0.14 |
| vscode-rust | kalitaalexey | 0.3.14 |
| csharp | ms-vscode | 1.9.0 |
| PowerShell | ms-vscode | 0.12.2 |
| material-icon-theme | PKief | 2.0.5 |
| better-merge | pprice | 0.7.0 |
| Ruby | rebornix | 0.12.1 |
| java | redhat | 0.2.1 |
| change-case | wmaurer | 1.0.0 |
Steps to Reproduce:
- Add
[good](https://technet.microsoft.com/en-us/library/bb613488(v=vs.85).aspx)to a text file. - Observe that the link is highlighted correctly and loads the correct page when clicked.
- Add
[bad](https://technet.microsoft.com/en-us/library/bb613488(v=vs.85).aspx)to a markdown file. - Observe that the link stops highlighting after the
vs.85and loads the wrong page when clicked.
The code [this works](https://technet.microsoft.com/en-us/library/bb613488(v=vs.85).aspx) loads the correct link in Github, so it's not invalid markdown (or it's not invalid globally, at least). this works
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitieslanguages-basicBasic language support issuesBasic language support issuesmarkdownMarkdown support issuesMarkdown support issues