mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
help: Fix broken spoiler example.
This commit is contained in:
committed by
Tim Abbott
parent
dabe0cc6d6
commit
8bf5aa04d6
@@ -40,11 +40,14 @@ import SpoilerIcon from "~icons/zulip-icon/spoiler";
|
|||||||
<StartComposing />
|
<StartComposing />
|
||||||
|
|
||||||
1. To create a spoiler section, use triple backticks and the word spoiler
|
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:
|
backticks at the end:
|
||||||
|
|
||||||
|
````
|
||||||
```spoiler The spoiler heading
|
```spoiler The spoiler heading
|
||||||
This content is initially hidden.
|
This content is initially hidden.
|
||||||
```
|
```
|
||||||
|
````
|
||||||
</FlattenedSteps>
|
</FlattenedSteps>
|
||||||
|
|
||||||
<ZulipTip>
|
<ZulipTip>
|
||||||
|
Reference in New Issue
Block a user