Guide on Elided Details

Elided Details:

··· This is a test of the elided-classed details

Can 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'>&#183;&#183;&#183;</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'>&#183;&#183;&#183;</summary>
This is a test of the elided-classed details
</details>
4 Likes

Wow. That is really cool!

···

Totally didn’t look at the raw of the post

3 Likes

Yes please I’ve been wanting to know how.

1 Like

here you go:

<details class='elided'>
<summary title='Test'>&#183;&#183;&#183;</summary>
This is a test of the elided-classed details
</details>
1 Like

Recategorizing to Community Made Guides forum-beginners as per @Captain-Gim 's poll

1 Like

why is a solution marked?

2 Likes

This was originally a help post

1 Like