feat: add inline_svg shortcode

This commit is contained in:
st1020 2025-07-20 16:10:11 +08:00
parent b869da36fb
commit 4bfc2728dc
23 changed files with 198 additions and 115 deletions

View file

@ -87,6 +87,15 @@ article {
}
}
}
/* Figure */
figure {
@apply max-w-full;
svg {
@apply h-auto max-w-full scheme-light! dark:scheme-dark!;
}
}
}
.header {