Skip to content

Instantly share code, notes, and snippets.

@ScriptAutomate
Forked from citrusui/dropdown.md
Created February 17, 2022 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ScriptAutomate/e8b6b5663ebaec01ea7c8cc5a84b8c06 to your computer and use it in GitHub Desktop.
Save ScriptAutomate/e8b6b5663ebaec01ea7c8cc5a84b8c06 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment