Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 91 Current »

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>
  • No labels