diff --git a/content/en/documentation/content-management/markdown-syntax/extended/index.md b/content/en/documentation/content-management/markdown-syntax/extended/index.md index a9d0491..4d95ed6 100644 --- a/content/en/documentation/content-management/markdown-syntax/extended/index.md +++ b/content/en/documentation/content-management/markdown-syntax/extended/index.md @@ -25,34 +25,12 @@ math: true -## Inserted Text {#inserted-text} - -**Hugo** supports an **inserted text** Markdown extension: - -```markdown -The author of FixIt theme is ++Lruihao++. -``` - -The rendered output looks like this: - -The author of FixIt theme is ++Lruihao++. - -## Marked Text {#marked-text} - -**Hugo** supports a **marked text** Markdown extension: - -```markdown -==FixIt== is an awesome Hugo theme! -``` - -The rendered output looks like this: - -==FixIt== is an awesome Hugo theme! - ## Alerts {#alerts} {{< version 0.3.10 >}} +> This syntax is compatible with the [GitHub Alert][github-alert] Markdown extension. + Also known as callouts or admonitions, alerts are blockquotes used to emphasize critical information. An example of all five types: ```markdown {data-open=true} @@ -89,7 +67,29 @@ Here is how they are displayed: > [!CAUTION] > Negative potential consequences of an action. -> This syntax is compatible with the [GitHub Alert][github-alert] Markdown extension. +## Inserted Text {#inserted-text} + +**Hugo** supports an **inserted text** Markdown extension: + +```markdown +The author of FixIt theme is ++Lruihao++. +``` + +The rendered output looks like this: + +The author of FixIt theme is ++Lruihao++. + +## Marked Text {#marked-text} + +**Hugo** supports a **marked text** Markdown extension: + +```markdown +==FixIt== is an awesome Hugo theme! +``` + +The rendered output looks like this: + +==FixIt== is an awesome Hugo theme! ## Subscript {#subscript} diff --git a/content/zh-cn/documentation/content-management/markdown-syntax/extended/index.md b/content/zh-cn/documentation/content-management/markdown-syntax/extended/index.md index 52a3093..ba9f905 100644 --- a/content/zh-cn/documentation/content-management/markdown-syntax/extended/index.md +++ b/content/zh-cn/documentation/content-management/markdown-syntax/extended/index.md @@ -25,34 +25,12 @@ math: true -## 下划线 {#inserted-text} - -**Hugo** 支持一种 **下划线** Markdown 扩展语法: - -```markdown -FixIt 主题的作者是 ++Lruihao++。 -``` - -呈现的输出效果如下: - -FixIt 主题的作者是 ++Lruihao++。 - -## 标记文本 {#marked-text} - -**Hugo** 支持一种 **标记文本** Markdown 扩展语法: - -```markdown -==FixIt== 是一个很棒的 Hugo 主题! -``` - -呈现的输出效果如下: - -==FixIt== 是一个很棒的 Hugo 主题! - ## 警示 {#alerts} {{< version 0.3.10 >}} +> 这种语法与 [GitHub Alert][github-alert] Markdown 扩展语法兼容。 + 警示(Alerts)也被称为 **callouts** 或 **admonitions**,是用于强调关键信息的引用块。以下是所有五种类型的示例: ```markdown {data-open=true} @@ -89,7 +67,29 @@ FixIt 主题的作者是 ++Lruihao++。 > [!CAUTION] > 操作的潜在负面后果。 -> 这种语法与 [GitHub Alert][github-alert] Markdown 扩展语法兼容。 +## 下划线 {#inserted-text} + +**Hugo** 支持一种 **下划线** Markdown 扩展语法: + +```markdown +FixIt 主题的作者是 ++Lruihao++。 +``` + +呈现的输出效果如下: + +FixIt 主题的作者是 ++Lruihao++。 + +## 标记文本 {#marked-text} + +**Hugo** 支持一种 **标记文本** Markdown 扩展语法: + +```markdown +==FixIt== 是一个很棒的 Hugo 主题! +``` + +呈现的输出效果如下: + +==FixIt== 是一个很棒的 Hugo 主题! ## 下标 {#subscript}