227 字
1 分钟
加载中...
Markdown 扩展功能

GitHub 存储库卡片#

您可以添加链接到 GitHub 存储库的动态卡片,在页面加载时,存储库信息将从 GitHub API 中提取。

saicaca
/
fuwari
Waiting for api.github.com...
00K
0K
0K
Waiting...

使用代码创建 GitHub 存储库卡片 ::github{repo="<owner>/<repo>"}.

::github{repo="saicaca/fuwari"}

Admonitions#

支持以下类型的警告: note/注意 tip/提示 important/重要 warning/警告 caution/谨慎

NOTE

Highlights information that users should take into account, even when skimming.

TIP

Optional information to help a user be more successful.

IMPORTANT

Crucial information necessary for users to succeed.

WARNING

Critical content demanding immediate user attention due to potential risks.

CAUTION

Negative potential consequences of an action.

基本语法#

:::note
Highlights information that users should take into account, even when skimming.
:::
:::tip
Optional information to help a user be more successful.
:::

自定义标题#

告诫的标题可以自定义。

我的自定义标题

这是带有自定义标题的注释。

:::note[我的自定义标题]
这是带有自定义标题的注释。
:::

GitHub 语法#

TIP

GitHub 语法也受支持。

> [!NOTE]
> The GitHub syntax is also supported.
> [!TIP]
> The GitHub syntax is also supported.
Markdown 扩展功能
https://owenwoow.com/posts/demo/markdown-扩展功能/
作者
Owen_W
发布于
2025-08-20
许可协议
CC BY-NC-SA 4.0