227 字
1 分钟
Markdown 扩展功能
GitHub 存储库卡片
您可以添加链接到 GitHub 存储库的动态卡片,在页面加载时,存储库信息将从 GitHub API 中提取。
Waiting for api.github.com...
使用代码创建 GitHub 存储库卡片 ::github{repo="<owner>/<repo>"}
.
::github{repo="saicaca/fuwari"}
Admonitions
支持以下类型的警告: note/注意
tip/提示
important/重要
warning/警告
caution/谨慎
NOTEHighlights information that users should take into account, even when skimming.
TIPOptional information to help a user be more successful.
IMPORTANTCrucial information necessary for users to succeed.
WARNINGCritical content demanding immediate user attention due to potential risks.
CAUTIONNegative potential consequences of an action.
基本语法
:::noteHighlights information that users should take into account, even when skimming.:::
:::tipOptional information to help a user be more successful.:::
自定义标题
告诫的标题可以自定义。
我的自定义标题这是带有自定义标题的注释。
:::note[我的自定义标题]这是带有自定义标题的注释。:::
GitHub 语法
TIPGitHub 语法也受支持。
> [!NOTE]> The GitHub syntax is also supported.
> [!TIP]> The GitHub syntax is also supported.
Markdown 扩展功能
https://owenwoow.com/posts/demo/markdown-扩展功能/