zulip/help/spoilers.md

1.2 KiB

Spoilers

{!spoilers-intro.md!}

Insert spoiler formatting

{start_tabs}

{tab|via-compose-box-buttons}

{!start-composing.md!}

  1. (optional) Select the text you want to hide inside the spoiler.

  2. Click the Spoiler () icon at the bottom of the compose box to insert spoiler formatting.

  3. Replace Header with the desired heading text.

!!! tip ""

You can also use the **Spoiler**
(<i class="zulip-icon zulip-icon-spoiler"></i>) icon
to remove existing spoiler formatting from the selected text.

{tab|via-markdown}

{!start-composing.md!}

  1. To create a spoiler section, use triple backticks and the word spoiler (````spoiler`) followed by an optional spoiler heading, some text, and triple backticks at the end:
```spoiler The spoiler heading
This content is initially hidden.
```

!!! tip ""

A message can contain both spoilers and other content, and you can combine
spoilers with other formatting.

{end_tabs}

Examples

{!spoilers-examples.md!}