Skip to main content

Show / Hide details

It is possible to add a section that appears only when you open it. This is actually standard

An example on how to use 'details'
<details>
<summary>Epcot Center</summary>
<p>
Epcot is a theme park at Walt Disney World Resort featuring exciting
attractions, international pavilions, award-winning fireworks and seasonal
special events.
</p>
<p>A second paragraphe</p>
</details>

This code will appear like:

Epcot Center

Epcot is a theme park at Walt Disney World Resort featuring exciting attractions, international pavilions, award-winning fireworks and seasonal special events.

A second paragraphe