docs: add multi-language markdown-extended-features post

This commit is contained in:
radishzzz 2025-05-02 20:08:50 +01:00
parent 6c8a682f83
commit bdaf3da70c
7 changed files with 438 additions and 16 deletions

View file

@ -92,11 +92,8 @@
.heti :where(figure) {
--at-apply: 'mx-auto mt-3 mb-6';
}
.heti :where(figure:has(+ figure)) {
--at-apply: 'mb-4';
}
.heti :where(figure:has(+ p > img:first-child)) {
--at-apply: 'mb-4';
.heti :where(figure:has(+ figure), figure:has(+ p > img:first-child)) {
--at-apply: 'mb-4 ';
}
.heti :where(figcaption) {
--at-apply: 'text-center text-sm mt-3 text-secondary/80';