From a61b79601d2aa7304269a572f2fd86f50f808952 Mon Sep 17 00:00:00 2001 From: "wei.wang" Date: Wed, 27 Apr 2022 07:04:41 +0800 Subject: [PATCH] [zh]Update content/zh/docs/test.md --- content/zh/docs/test.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/zh/docs/test.md b/content/zh/docs/test.md index b6ee5be151..9642299b5d 100644 --- a/content/zh/docs/test.md +++ b/content/zh/docs/test.md @@ -156,7 +156,7 @@ Markdown 在如何处理列表方面没有严格的规则。在我们从 Jekyll consecutive lists. **The HTML comment needs to be at the left margin.** - Bullet lists can have paragraphs or block elements within them. - Indent the content to be one tab stop beyond the text of the bullet + Indent the content to be the same as the first line of the bullet point. **This paragraph and the code block line up with the second `l` in `Bullet` above.** @@ -669,12 +669,12 @@ HTML。 ## Visualizations with Mermaid You can use [Mermaid JS](https://mermaidjs.github.io) visualizations. -The Mermaid JS version is specified in [/layouts/partials/head.html](https://github.com/kubernetes/website/blob/master/layouts/partials/head.html) +The Mermaid JS version is specified in [/layouts/partials/head.html](https://github.com/kubernetes/website/blob/main/layouts/partials/head.html) --> ## 使用 Mermaid 来可视化 你可以使用 [Mermaid JS](https://mermaidjs.github.io) 来进行可视化展示。 -Mermaid JS 版本在 [/layouts/partials/head.html](https://github.com/kubernetes/website/blob/master/layouts/partials/head.html) +Mermaid JS 版本在 [/layouts/partials/head.html](https://github.com/kubernetes/website/blob/main/layouts/partials/head.html) 中设置。