mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Our custom code fence parser for Python-Markdown does not nest fenced code blocks inside list items, but it can be done with 4-space indented code blocks, as long the list item itself also uses 4-space indentation.
1.3 KiB
1.3 KiB
Spoilers
{!spoilers-intro.md!}
Insert spoiler formatting
{start_tabs}
{tab|via-compose-box-buttons}
{!start-composing.md!}
-
(optional) Select the text you want to hide inside the spoiler.
-
Click the Spoiler () icon at the bottom of the compose box to insert spoiler formatting.
-
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!}
-
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!}