Changes

no edit summary
Line 9: Line 9:  
You can use collapsible sections like this:
 
You can use collapsible sections like this:
   −
<div class="mw-collapsible mw-collapsed" style="border:1px solid #ccc; padding: 5px; margin-bottom: 1em;">
+
<details>
'''Click to expand'''
+
  <summary>Click to expand</summary>
<div>
+
  <p>This content is collapsible and hidden by default.</p>
This content is hidden initially. Click the title above to expand or collapse.
+
</details>
</div>
  −
</div>