docs: add missing gist example

This commit is contained in:
ZhenShuo Leo
2025-07-16 16:16:07 +08:00
parent fed64fa58d
commit 7475312c13
2 changed files with 6 additions and 0 deletions
@@ -383,6 +383,7 @@ Blowfish 还支持使用标准 Markdown 语法自动转换图像。只需使用
{{</* gist "octocat" "6cad326836d38bd3a7ae" */>}}
```
{{< gist "octocat" "6cad326836d38bd3a7ae" >}}
**示例 2:嵌入 Gist 中的特定文件**
@@ -390,6 +391,8 @@ Blowfish 还支持使用标准 Markdown 语法自动转换图像。只需使用
{{</* gist "rauchg" "2052694" "README.md" */>}}
```
{{< gist "rauchg" "2052694" "README.md" >}}
<br/><br/><br/>