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
- Open markdown file
- Open
Markdown Previewthrough command palette - Click link to another markdown file
Example
# The Foo 1 File
[foo2](./foo2.md)
# The Foo 2 File
[foo1](./foo1.md)