File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ Markdown 在如何处理列表方面没有严格的规则。在我们从 Jekyll
156
156
consecutive lists. **The HTML comment needs to be at the left margin.**
157
157
- Bullet lists can have paragraphs or block elements within them.
158
158
159
- Indent the content to be one tab stop beyond the text of the bullet
159
+ Indent the content to be the same as the first line of the bullet
160
160
point. **This paragraph and the code block line up with the second `l` in
161
161
`Bullet` above.**
162
162
@@ -669,12 +669,12 @@ HTML。
669
669
## Visualizations with Mermaid
670
670
671
671
You can use [Mermaid JS](https://mermaidjs.github.io) visualizations.
672
- The Mermaid JS version is specified in [/layouts/partials/head.html](https://github.com/kubernetes/website/blob/master /layouts/partials/head.html)
672
+ The Mermaid JS version is specified in [/layouts/partials/head.html](https://github.com/kubernetes/website/blob/main /layouts/partials/head.html)
673
673
-->
674
674
## 使用 Mermaid 来可视化
675
675
676
676
你可以使用 [Mermaid JS](https://mermaidjs.github.io) 来进行可视化展示。
677
- Mermaid JS 版本在 [/layouts/partials/head.html](https://github.com/kubernetes/website/blob/master /layouts/partials/head.html)
677
+ Mermaid JS 版本在 [/layouts/partials/head.html](https://github.com/kubernetes/website/blob/main /layouts/partials/head.html)
678
678
中设置。
679
679
680
680
<!--
You can’t perform that action at this time.
0 commit comments