Microsoft/vscode

Markdown Preview: Open markdown links in new tab

Open

#265 994 ouverte le 10 sept. 2025

Voir sur GitHub
 (3 commentaires) (5 réactions) (1 assigné)TypeScript (10 221 forks)batch import
feature-requesthelp wantedmarkdown-ext

Métriques du dépôt

Stars
 (74 848 stars)
Métriques de merge PR
 (Merge moyen 11h 43m) (1 000 PRs mergées en 30 j)

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)

Guide contributeur