I don't really know the HTML limits of this site lol
Yup.
<details> <summary>Name of collapsible section</summary> <p>text inside of section</p> </details>
=
text inside of section
you can't do markdown in it but you can do more HTML:
<details> <summary>Name of collapsible section</summary> <p> <ul> <li>Fruits <ul> <li>Apple</li> <li>Banana</li> </ul> </ul>