Microsoft/vscode

Markdown Preview: Open markdown links in new tab

Aberta

#265.994 aberto em 10 de set. de 2025

 (3 comentários) (5 reações) (1 responsável)TypeScript (39.847 forks)batch import
Good first issueUIfeature-requesthelp wantediOSmarkdown-ext

Métricas do repositório

Stars
 (184.936 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

In the the Markdown Preview, it should be possible to open markdown links in a new tab. For example through Ctrl + Clicking the link.

Steps to reproduce

  1. Open markdown file
  2. Open Markdown Preview through command palette
  3. Click link to another markdown file

Example

# The Foo 1 File
[foo2](./foo2.md)
# The Foo 2 File
[foo1](./foo1.md)

Guia do colaborador