We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578706c commit 0a670e4Copy full SHA for 0a670e4
1 file changed
src/content/docs/reference/example.md
@@ -14,13 +14,13 @@ git clone https://gitee.com/syraem-rget-p45/maiplugin.git
14
15
请在 about.md 文件中编写一下内容内容:
16
17
-> | 插件名称 | 仓库地址 | 插件作者 |
18
-> |----------|----------|----------|
19
-> | 内容 | [内容](url) | [内容](url) |
+>
+>|----------|----------|----------|
+>| 插件名称 | [gitee/github](仓库url) | [作者主页](主页url) |
20
+
21
```markdown
- | 插件名称 | 仓库地址 | 插件作者 |
22
|----------|----------|----------|
23
- | 内容 | [内容](url) | [内容](url) |
+ | 插件名称 | [gitee/github](仓库url) | [作者主页](主页url) |
24
```
25
26
>>请不要修改markdown格式!
0 commit comments