Skip to content

Instantly share code, notes, and snippets.

@maauer
Forked from dotiful/README.md
Created November 1, 2020 04:41
Show Gist options
  • Save maauer/adeb2f0b96d90f7df9a8d4b97ed242f7 to your computer and use it in GitHub Desktop.
Save maauer/adeb2f0b96d90f7df9a8d4b97ed242f7 to your computer and use it in GitHub Desktop.
Nested collapsible Markdown list

Collapsible markdown with <details>

<details>
 <summary>Details</summary>
 hidden, collapsable content...
</details>

Demo:

Details hidden, collapsable content...

Nested Collabpsible list items

root
bin
nest1
a
b
c
nest2

a b c

file1
file2
file3
boot

x y z

dev

p q r

credits

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