Collapsible sections can be done using standard HTML
Click to expand!
- A numbered
- list
- With some
- Sub bullets
<details>
<summary>Click to expand!</summary>
1. A numbered
2. list
* With some
* Sub bullets
</details>
Collapsible sections can be done using standard HTML
<details>
<summary>Click to expand!</summary>
1. A numbered
2. list
* With some
* Sub bullets
</details>