Microsoft/vscode

Markdown Preview: Open markdown links in new tab

Open

#265,994 建立於 2025年9月10日

在 GitHub 查看
 (3 留言) (5 反應) (1 負責人)TypeScript (10,221 fork)batch import
feature-requesthelp wantedmarkdown-ext

倉庫指標

Star
 (74,848 star)
PR 合併指標
 (平均合併 11小時 43分鐘) (30 天內合併 1,000 個 PR)

描述

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)

貢獻者指南