Skip to content

Commit 0048787

Browse files
authored
docs: update ZH translation (#3817)
1 parent ccc37bb commit 0048787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/guide/markdown.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ VitePress 带有内置的 Markdown 扩展。
4444
```md
4545
[Home](/) <!-- 将用户导航至根目录下的 index.html -->
4646
[foo](/foo/) <!-- 将用户导航至目录 foo 下的 index.html -->
47-
[foo heading](./#heading) <!-- 将用户锚定到 foo 索引文件中的一个标题上 -->
47+
[foo heading](./#heading) <!-- 将用户锚定到目录 foo 下的index文件中的一个标题上 -->
4848
[bar - three](../bar/three) <!-- 可以省略扩展名 -->
4949
[bar - three](../bar/three.md) <!-- 可以添加 .md -->
5050
[bar - four](../bar/four.html) <!-- 或者可以添加 .html -->

0 commit comments

Comments
 (0)