<details>
<summary>Click me</summary>
### Heading
1. Foo
2. Bar
* Baz
* Qux
### Some Code
```js
function logSomething(something) {
console.log('Something', something);
}
```
</details>Click me
- Foo
- Bar
- Baz
- Qux
function logSomething(something) {
console.log('Something', something);
}- Have an empty line after the
</summary>tag or markdown/code blocks will not render. - Have an empty line after each
</details>tag if you have multiple collapsible sections.