Click to expand!
function whatIsLove() {
console.log('Baby Don't hurt me. Don't hurt me');
return 'No more';
}
# A collapsible section with markdown
<details>
<summary>Click to expand!</summary>
## Heading
1. A numbered
2. list
* With some
* Sub bullets
</details>
NB: Make sure you have an empty line after the closing </summary>
tag.
NB: Make sure you have an empty line after the closing </details>
tag if you have multiple collapsible sections.