mirror of
https://gitee.com/butubb8/blowfish.git
synced 2025-12-05 14:17:50 +08:00
Merge pull request #2457 from Flyburg/patch-doc
📝 Docs: Add description of "showThumbnail" option of GitHub shortcodes.
This commit is contained in:
@@ -423,6 +423,7 @@ In order to add images to the gallery, use `img` tags for each image and add `cl
|
||||
| Parameter | Description |
|
||||
| --------- | ----------------------------------------------------- |
|
||||
| `repo` | [String] github repo in the format of `username/repo` |
|
||||
| `showThumbnail` | **Optional.** [Boolean] Whether to show the thumbnail, defaults to `true` |
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
**Example 1:**
|
||||
|
||||
@@ -420,6 +420,7 @@ Blowfish も、標準の Markdown 構文を使用して含まれる画像の自
|
||||
| パラメータ | 説明 |
|
||||
| --------- | ----------------------------------------------------- |
|
||||
| `repo` | [文字列] `username/repo` 形式の github リポジトリ |
|
||||
| `showThumbnail` | [ブール値] サムネイルを表示するかどうか。デフォルトは `true`。 |
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
**例1:**
|
||||
|
||||
@@ -426,7 +426,8 @@ Blowfish 还支持使用标准 Markdown 语法自动转换图像。只需使用
|
||||
<!-- prettier-ignore-start -->
|
||||
| 参数 | 功能 |
|
||||
| ------ | ---------------------------------------------- |
|
||||
| `repo` | [String] 格式为 `username/repo` 的 github repo |
|
||||
| `repo` | \[字符串] 格式为 `username/repo` 的 github repo |
|
||||
| `showThumbnail` | **可选** \[布尔值] 是否显示缩略图,默认为 `true` |
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
**例1:**
|
||||
|
||||
Reference in New Issue
Block a user