mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-03 06:12:14 +08:00
feat: support inline <code/>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user