Skip to content

Instantly share code, notes, and snippets.

@jonahsnider
Created November 14, 2019 02:02
Show Gist options
  • Save jonahsnider/f0aae3aff815b4b30c24cd3f3aa55b82 to your computer and use it in GitHub Desktop.
Save jonahsnider/f0aae3aff815b4b30c24cd3f3aa55b82 to your computer and use it in GitHub Desktop.
Collapsible block in Markdown

Collapsible blocks in Markdown

<details>
  <summary>Click to show more</summary>
  Collapsible content
</details>
Click to show more Collapsible content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment