File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/zh-cn/docs/contribute/style Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -384,11 +384,11 @@ Figure 17 给出从 A 到 B 的一个简单流程。
384
384
385
385
{{< note >}}
386
386
<!--
387
- You must include the `{{</* mermaid */>}}`, `{{</* /mermaid */>}}` shortcode
387
+ You must include the Hugo Mermaid shortcode
388
388
tags at the start and end of the Mermaid code block. You should add a diagram
389
389
caption below the diagram.
390
390
-->
391
- 你必须在 Mermaid 代码块之前和之后分别添加 ` {{</* mermaid */>}} ` 、 ` {{</* /mermaid */>}} `
391
+ 你必须在 Mermaid 代码块之前和之后分别添加 Hugo Mermaid
392
392
短代码标记,而且你应该在图表之后为其添加图表标题。
393
393
{{< /note >}}
394
394
@@ -709,12 +709,12 @@ This section shows several examples of Mermaid diagrams.
709
709
710
710
{{< note >}}
711
711
<!--
712
- The code block examples omit the Hugo `{{</* mermaid */>}}`, `{{</* /mermaid */>}}`
712
+ The code block examples omit the Hugo Mermaid
713
713
shortcode tags. This allows you to copy the code block into the live editor
714
714
to experiment on your own.
715
715
Note that the live editor doesn't recognize Hugo shortcodes.
716
716
-->
717
- 代码块示例中忽略了 Hugo ` {{</* mermaid */>}} ` 、 ` {{</* /mermaid */>}} ` 短代码标记。
717
+ 代码块示例中忽略了 Hugo Mermaid 短代码标记。
718
718
这样,你就可以将这些代码段复制到在线编辑器中自行实验。
719
719
注意,在线编辑器无法识别 Hugo 短代码。
720
720
{{< /note >}}
You can’t perform that action at this time.
0 commit comments