✏️ Docs: fix typo

This commit is contained in:
Cell
2022-07-20 11:29:55 +08:00
parent 9d72d72d13
commit 982175b8db
2 changed files with 4 additions and 4 deletions
@@ -40,8 +40,8 @@ Hugo ships with a set of predefined shortcodes that represent very common usage.
{{< admonition tip "Use Shortcodes" >}}
1. Shortcodes with raw string parameters \` \`
2. Shortcodes with Markdown `< >`
3. Shortcodes without Markdown `% %`
2. Shortcodes with Markdown `% %`
3. Shortcodes without Markdown `< >`
See detail [shortcodes/#use-shortcodes](https://gohugo.io/content-management/shortcodes/#use-shortcodes)
@@ -39,8 +39,8 @@ Hugo 附带了一组预定义的 shortcodes, 它们实现了一些非常常见
{{< admonition tip "使用 Shortcodes" >}}
1. 带有原始字体串格式的 Shortcodes \` \`
2. 带有 Markdown 的 Shortcodes `< >`
3. 不带有 Markdown 的 Shortcodes `% %`
2. 带有 Markdown 的 Shortcodes `% %`
3. 不带有 Markdown 的 Shortcodes `< >`
详见 [shortcodes/#use-shortcodes](https://gohugo.io/content-management/shortcodes/#use-shortcodes)