Skip to content

Instantly share code, notes, and snippets.

@darnocer
Last active August 13, 2022 15:55
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 darnocer/dfe9bd8bc9ff713201a9faeb80db67b3 to your computer and use it in GitHub Desktop.
Save darnocer/dfe9bd8bc9ff713201a9faeb80db67b3 to your computer and use it in GitHub Desktop.
Collapsible Section in Markdown

Collapsible Section for Markdown

<details>
  <summary>This is the summary</summary>
  This is the details
 </details>

Preview

This is the summary This is the details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment