mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
Merge pull request #2324 from ZhenShuo2021/fix/gist-corb
🐛 Fix: gist CORB error
This commit is contained in:
@@ -385,6 +385,7 @@ Blowfish 还支持使用标准 Markdown 语法自动转换图像。只需使用
|
||||
{{</* gist "octocat" "6cad326836d38bd3a7ae" */>}}
|
||||
```
|
||||
|
||||
{{< gist "octocat" "6cad326836d38bd3a7ae" >}}
|
||||
|
||||
**示例 2:嵌入 Gist 中的特定文件**
|
||||
|
||||
@@ -392,6 +393,8 @@ Blowfish 还支持使用标准 Markdown 语法自动转换图像。只需使用
|
||||
{{</* gist "rauchg" "2052694" "README.md" */>}}
|
||||
```
|
||||
|
||||
{{< gist "rauchg" "2052694" "README.md" >}}
|
||||
|
||||
<br/><br/><br/>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user