feat(admonitions): add header-only support

This commit is contained in:
rxchi1d
2025-12-22 14:18:31 +08:00
parent 0317f3aa0e
commit 57befe227f
2 changed files with 33 additions and 7 deletions

View File

@@ -1452,6 +1452,11 @@
.self-center {
align-self: center;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.\!overflow-hidden {
overflow: hidden !important;
}