### A collapsible Details Section Containing markdown
<details>
<summary>Click to expand!</summary>
## Heading
1. both numbered
2. and lettered ordered lists
3. and unordered lists
* with bullets
* or sub-bullets
</details>
### A collapsible Details Section Containing markdown
<details>
<summary>Click to expand!</summary>
<h2>Heading</h2>
<ol>
<li>both numbered</li>
<li>and lettered ordered lists</li>
<li>and unordered lists
<ul>
<li>with bullets</li>
<li>or sub-bullets</li>
</ul>
</li>
</ol>
</details>
otherwise the markdown/code blocks won’t show correctly.
</summary>
tag.</details>
tag if you have multiple collapsible sections.
MDN HTML Documentation on details tag.