feat: support inline <code/>

This commit is contained in:
Li Xin 2025-04-17 18:01:40 +08:00
parent a56a6f6e0e
commit 211c4af256

View File

@ -205,4 +205,12 @@ textarea {
@apply bg-muted;
}
}
code:not([class*="language-"]) {
@apply bg-muted;
@apply rounded-md;
@apply px-1;
@apply py-0.5;
@apply border;
}
}