Click me
- Foo
- Bar
- Baz
- Qux
function logSomething(something) {
console.log('Something', something);
}<details>
<summary>Click me</summary>
### Heading
1. Foo
2. Bar
* Baz
* Qux
### Some Code
```js
function logSomething(something) {
console.log('Something', something);
}
```
</details>The collapsible section can expanded by default. Simply add 'open' in your details tag:
<details open>
...
</details>
- Always have an empty line after the
</summary>tag - Always have an empty line after each
</details>tag