Elided Details:
···
This is a test of the elided-classed detailsCan I teach more people how to do this?
Edit: Yes.
So here is how:
Line 1: <details class='elided'> Meant to make the details section elided
Line 2: <summary title='name'>···</summary> Summary Title. Use name as whatever string you want.
Line 3-N: Any text you want
Final Line: </details> - Meant to close off the details section.
Example:
<details class='elided'>
<summary title='Test'>···</summary>
This is a test of the elided-classed details
</details>