Skip to content

Instantly share code, notes, and snippets.

@vilterpanitz
Created June 16, 2022 16:59
Show Gist options
  • Save vilterpanitz/d24f9328e58f2d026d49f7b339791259 to your computer and use it in GitHub Desktop.
Save vilterpanitz/d24f9328e58f2d026d49f7b339791259 to your computer and use it in GitHub Desktop.
Collapsable Markdown Content

To make something like this:

Click me Collapsible content (Markdown-stylable)

Use this

<details>
    <summary> Always visible. Can **ONLY** be plaintext </summary>
<!-- empty line -->
    Collapsible content (Markdown-stylable)
</details>
<!-- empty line -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment