Merge branch 'main' into dev, fix guide Collapsible

This commit is contained in:
Oleksandr 2026-02-13 15:46:00 +02:00
commit 8c961c729b
Signed by: Xanazf
GPG key ID: 821EEC32761AC17C
9 changed files with 76 additions and 86 deletions

View file

@ -12,5 +12,5 @@ const { title } = Astro.props;
<Fragment set:html={collapsibleMarker}/>
{title}
</div>
<slot>
<slot />
</Accordion>