help: Fix broken spoiler example.

This commit is contained in:
Alex Vandiver
2025-09-04 03:43:44 +00:00
committed by Tim Abbott
parent dabe0cc6d6
commit 8bf5aa04d6

View File

@@ -40,11 +40,14 @@ import SpoilerIcon from "~icons/zulip-icon/spoiler";
<StartComposing />
1. To create a spoiler section, use triple backticks and the word spoiler
(\`\`\`\`spoiler\`) followed by an optional spoiler heading, some text, and triple
(<code>```spoiler</code>) followed by an optional spoiler heading, some text, and triple
backticks at the end:
````
```spoiler The spoiler heading
This content is initially hidden.
```
````
</FlattenedSteps>
<ZulipTip>