Josh
(Josh Cohen)
2
If you haven’t seen it yet, there is a guide: How to format text in the forum
(It’s an extended form of Markdown.)
1 Like
That is a forum tutorial and doesn’t explain how to make a spoiler in HTML.
<details>
<summary>Hiding details</summary>
<p>To hide details in HTML use the details/summary tags as shown here</p>
</details>
Hiding details
To hide details in HTML use the details/summary tags as shown here
2 Likes
<details>
<summary>Summary</summary>
<p>Hidden details for summary</p>
<details>
<summary>Nested Summary</summary>
<p>Hidden details for nested summary</p>
</details>
</details>
Summary
Hidden details for summary
Nested Summary
Hidden details for nested summary
1 Like
Josh
(Josh Cohen)
7
Sorry, I thought you were referring to the forum feature.