Visual Studio Code 的 2017 年 2 月(版本 1.10)发行说明描述了他们称为“Markdown 的片段链接导航”的内容。这是描述:
“指向包含片段的 Markdown 文件的链接现在将尝试在相应的标题处打开文件:
* [Section](#_header)
* [Another file](./other_file#_header)
# Header
...
Run Code Online (Sandbox Code Playgroud)
这允许直接在 VS Code 编辑器中快速导航文档。”
我已经搜索了有关此主题的更多信息,但没有找到任何内容。Markdown 中的片段?我不知道这是可能的。有人可以指出我更多信息吗?