Skip to content

Commit fe67bca

Browse files
committed
[zh-cn]sync style-guide.md
Signed-off-by: xin.li <[email protected]>
1 parent d1449bf commit fe67bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/contribute/style/style-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ Use pound or hash signs (`#`) for non-blog post content. | Use underlines (`---`
10411041
Use sentence case for headings in the page body. For example, **Extend kubectl with plugins** | Use title case for headings in the page body. For example, **Extend Kubectl With Plugins**
10421042
Use title case for the page title in the front matter. For example, `title: Kubernetes API Server Bypass Risks` | Use sentence case for page titles in the front matter. For example, don't use `title: Kubernetes API server bypass risks`
10431043
Place relevant links in the body copy. | Include hyperlinks (`<a href=""></a>`) in headings.
1044-
Use proper heading markers (`---` or `===`) to indicate headings. | Use **bold** text or other indicators to split paragraphs.
1044+
Use pound or hash signs (`#`) to indicate headings. | Use **bold** text or other indicators to split paragraphs.
10451045
{{< /table >}}
10461046
-->
10471047
{{< table caption = "标题约定" >}}
@@ -1053,7 +1053,7 @@ Use proper heading markers (`---` or `===`) to indicate headings. | Use **bold**
10531053
页面正文中的小标题采用正常语句的大小写。例如:**Extend kubectl with plugins** | 页面正文中的小标题采用首字母大写的大标题式样。例如:**Extend Kubectl With Plugins**
10541054
头部的页面标题采用大标题的式样。例如:`title: Kubernetes API Server Bypass Risks` | 头部的页面标题采用正常语句的大小写。例如不要使用 `title: Kubernetes API server bypass risks`
10551055
将相关链接放在正文中。| 在标题中包含超链接(`<a href=""></a>`)。
1056-
使用适当的标题标记(`---``===`)来指示标题。| 使用**粗体**文本或其他指示符来拆分段落。
1056+
使用井号或哈希符号(`#`)表示标题。| 使用**粗体**文本或其他指示符来拆分段落。
10571057
{{< /table >}}
10581058

10591059
<!--

0 commit comments

Comments
 (0)