We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc37bb commit 0048787Copy full SHA for 0048787
docs/zh/guide/markdown.md
@@ -44,7 +44,7 @@ VitePress 带有内置的 Markdown 扩展。
44
```md
45
[Home](/) <!-- 将用户导航至根目录下的 index.html -->
46
[foo](/foo/) <!-- 将用户导航至目录 foo 下的 index.html -->
47
-[foo heading](./#heading) <!-- 将用户锚定到 foo 索引文件中的一个标题上 -->
+[foo heading](./#heading) <!-- 将用户锚定到目录 foo 下的index文件中的一个标题上 -->
48
[bar - three](../bar/three) <!-- 可以省略扩展名 -->
49
[bar - three](../bar/three.md) <!-- 可以添加 .md -->
50
[bar - four](../bar/four.html) <!-- 或者可以添加 .html -->
0 commit comments