Skip to content

Instantly share code, notes, and snippets.

@abbyck
Created August 16, 2022 11:43
Show Gist options
  • Select an option

  • Save abbyck/769135932d302c9ce51a6c6326c058fc to your computer and use it in GitHub Desktop.

Select an option

Save abbyck/769135932d302c9ce51a6c6326c058fc to your computer and use it in GitHub Desktop.
Add collapsible dropdown to your GitHub Markdown
<details>
  <summary>Click me</summary>
  
  ```
  echo "hi"
  ```
</details>
Click me
echo "hi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment