支持 GitHub 风格的 Markdown 提示块(Alert)语法 (#344)
continuous-integration/drone/push Build is passing

This commit is contained in:
neveler
2025-12-06 14:26:53 +08:00
committed by GitHub
parent e3717d0ebe
commit 077b92be1d
3 changed files with 61 additions and 6 deletions
+15
View File
@@ -0,0 +1,15 @@
note:
title: 注意
class_name: notice--info
tip:
title: 提示
class_name: notice--success
important:
title: 重要
class_name: notice--primary
warning:
title: 警告
class_name: notice--warning
caution:
title: 谨慎
class_name: notice--danger