Skip to content

Instantly share code, notes, and snippets.

@bgrand-ch
Forked from citrusui/dropdown.md
Created May 19, 2021 12:35
Embed
What would you like to do?
"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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment