Skip to content

Instantly share code, notes, and snippets.

@citrusui
Last active July 16, 2025 13:49
Show Gist options
  • Save citrusui/07978f14b11adada364ff901e27c7f61 to your computer and use it in GitHub Desktop.
Save citrusui/07978f14b11adada364ff901e27c7f61 to your computer and use it in GitHub Desktop.
"Dropdowns" in Markdown
How do I dropdown?
This is how you dropdown.

<details>
<summary>How do I dropdown?</summary>
<br>
This is how you dropdown.
</details>

Want to ruin the surprise?
Well, you asked for it!

<details open>
<summary>Want to ruin the surprise?</summary>
<br>
Well, you asked for it!
</details>
@Preshh0
Copy link

Preshh0 commented Jun 25, 2025

Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment