<img style="float: left;" src="https://i.ibb.co/JsbTwVn/terminal.png" alt="bash-command-icon" border="0" width="64" height="64">
<img style="float: left;" src="https://docs.ezmeral.hpe.com/datafabric-customer-managed/74/oxygen-webhelp/app/a4e3132304e55c477c8b.svg" alt="icon-important" border="0" width="64" height="64">
<img style="float: left;" src="https://docs.ezmeral.hpe.com/datafabric-customer-managed/74/oxygen-webhelp/app/7905db3e6db01ebd2b30.svg" alt="icon-note" border="0" width="64" height="64">
<img style="float: left;" src="https://docs.ezmeral.hpe.com/datafabric-customer-managed/74/oxygen-webhelp/app/c208bc83c7ec263265c3.svg" alt="icon-caution" border="0" width="64" height="64">
❕Copyright owner: ©pierrejoubert73/markdown-details-collapsible.md
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>
- Always have an empty line after the
</summary>
tag - Always have an empty line after each
</details>
tag