Collapsible sections can be done using standard HTML

Click to expand!
  1. A numbered
  2. list
    • With some
    • Sub bullets
<details>
  <summary>Click to expand!</summary>
  
  1. A numbered
  2. list
     * With some
     * Sub bullets
</details>