Skip to content

Instantly share code, notes, and snippets.

@samsonl
Created July 24, 2021 02:52
Show Gist options
  • Save samsonl/2533faaa536dbf98c7875b533cec06a2 to your computer and use it in GitHub Desktop.
Save samsonl/2533faaa536dbf98c7875b533cec06a2 to your computer and use it in GitHub Desktop.
# A collapsible section with markdown
<details>
<summary>Click to expand!</summary>
## Heading
1. A numbered
2. list
* With some
* Sub bullets
</details>
@samsonl
Copy link
Author

samsonl commented Jul 24, 2021

A collapsible section with markdown

Click to expand!

Heading

  1. A numbered
  2. list
    • With some
    • Sub bullets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment