diff --git a/content/zh/docs/contribute/style/hugo-shortcodes/index.md b/content/zh/docs/contribute/style/hugo-shortcodes/index.md index b9523c7217..b3d06b93be 100644 --- a/content/zh/docs/contribute/style/hugo-shortcodes/index.md +++ b/content/zh/docs/contribute/style/hugo-shortcodes/index.md @@ -201,18 +201,19 @@ println "This is tab 2." {{< /tab >}} {{< /tabs >}} -### Tabs demo: Inline Markdown and HTML + +### 标签页演示:内联 Markdown 和 HTML ```go-html-template {{* tabs name="tab_with_md" >}} {{% tab name="Markdown" %}} -This is **some markdown.** -{{< note >}}**Note:** It can even contain shortcodes.{{< /note >}} +这是 **一些 markdown 。** +{{< note >}}它甚至可以包含短代码。{{< /note >}} {{% /tab %}} {{< tab name="HTML" >}}
This is some plain HTML.
+这是一些 纯 HTML 。
This is some plain HTML.
+这是一些 纯 HTML 。