Test 01
Zaika
June 4, 2026
If you want to make the most of collapsibles in WhiteWind, here are a couple of practical patterns you can use right away:
<details>
<summary>~Section title (click to expand)</summary>
This is the hidden content.
You can include **Markdown** here too:
- Lists
- Links
- Paragraphs
</details>
~Section title (click to expand)
This is the hidden content.
You can include Markdown here too:
- Lists
- Links
- Paragraphs
- Add
opento<details>if you want it expanded by default:<details open> <summary>Always open by default</summary> Content here. </details>
Always open by default Content here.
- You can even nest them, though readability can get messy:
<details> <summary>Outer section</summary> <details> <summary>Inner section</summary> Nested content. </details> </details>
Outer section Inner section Nested content.
Discussion in the ATmosphere