mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-27 18:57:48 +01:00
dd9dca9825
For markdown such as `<scope:tag>b</scope:tag>`, we currently detect `<scope:tag>` as an uri (an autolink) and then try validating it as a file path This change doesn't fix `<scope:tag>` being detected as a link (which is actually correct if there isn't closing html), but does fix the us trying to validate it by marking the uri as external