Collapsible

Collapsible sections can be done using standard HTML

  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>