Skip to content

Instantly share code, notes, and snippets.

@dotiful
Last active September 14, 2023 12:32
Show Gist options
  • Save dotiful/0bd3516f42c6ca68479e64ad2942ac90 to your computer and use it in GitHub Desktop.
Save dotiful/0bd3516f42c6ca68479e64ad2942ac90 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