texto expandible

# A collapsible section with markdown
<details>
<summary>
Click to expand!
</summary>


  ## Heading
  1. A numbered
  2. list
     * With some
     * Sub bullets

</details>

Sugerencia:

NB:Make sure you have anempty lineafter the closing</summary>tag.

NB: Make sure you have anempty lineafter the closing</details>tag if you have multiple collapsible sections.

muestra

al darle clic en Click to exand!

Last updated

Was this helpful?