Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
0

Adding Spoiler Text to your Game Description

A topic by ImNotJahan created Jun 04, 2022 Views: 77,556 Replies: 5
Viewing posts 1 to 8

All you need to do is switch to HTML mode, then add a <details> tag with another <summary> tag to say what it's about and then any other tags inside to hide.

Example:

<details>

<summary>Game Walkthrough</summary>

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

</details>

(5 edits)

How do you switch to HTML mode? And can you provide a working example? It would be nice if spoiler tags were an option, like [spoiler]hidden text[/spoiler], or [hidden]hidden text[/hidden].

(3 edits)

In your profile, change to “Prefer Markdown input where available” then you can do things with more html ,like this:

spoiler spoiler test

Thank you.

cool!

how to change back to normal text? all i write beneath the spoiler becomes the spoiler too. I thought i closed it with  </details>