Meta-PokéBase Q&A
5 votes
376 views

I don't really know the HTML limits of this site lol

by
No, as answers/questions go theres not

1 Answer

6 votes
 
Best answer

Yup.

<details>
  <summary>Name of collapsible section</summary>
  <p>text inside of section</p>
</details>

=

Name of collapsible section

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>

=

Name of collapsible section

  • Fruits
    • Apple
    • Banana
ago by
edited ago by
well that's cool.
Did you just complement your own answer?
yes, because I just learned it was true about 15 seconds before I started to make this answer, since I remembered that I had this question right after I figured this out.
This is amazing.