From 8bf5aa04d68da96abd74ffbdae5b7c2ce62768cd Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Thu, 4 Sep 2025 03:43:44 +0000 Subject: [PATCH] help: Fix broken spoiler example. --- starlight_help/src/content/docs/spoilers.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/starlight_help/src/content/docs/spoilers.mdx b/starlight_help/src/content/docs/spoilers.mdx index 17f6825301..2f7426ae5a 100644 --- a/starlight_help/src/content/docs/spoilers.mdx +++ b/starlight_help/src/content/docs/spoilers.mdx @@ -40,11 +40,14 @@ import SpoilerIcon from "~icons/zulip-icon/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 + (```spoiler) followed by an optional spoiler heading, some text, and triple backticks at the end: + + ```` ```spoiler The spoiler heading This content is initially hidden. ``` + ````