How do I prevent auto-generated links in the GitHub wiki?
Update Nov. 2021, VSCode 1.63: This issue should be allievated with issue 136198 “markdown preview wrongly creates links “ While “markdown.preview.linkify”: false will disable linkify features entirely, setting md.linkify.fuzzyLink to false will disable it only for links without http(s) header. Which, I think, is a better alternative, and it’s already supported by markdown-it. Original answer … Read more