From 27e1af21ed9779f7d33d0fd310e9e66eb96ff143 Mon Sep 17 00:00:00 2001 From: Seirdy Date: Wed, 9 Oct 2024 00:25:04 -0400 Subject: [PATCH] Fix typo in Reddit spoiler syntax --- content/posts/spoiler-element.gmi | 2 +- content/posts/spoiler-element.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/spoiler-element.gmi b/content/posts/spoiler-element.gmi index 90a96b1..9ab090e 100644 --- a/content/posts/spoiler-element.gmi +++ b/content/posts/spoiler-element.gmi @@ -36,7 +36,7 @@ More special syntax for spoilers: ``` ||optional placeholder text|Fluffychat and Discord hide this.|| ->!Reddit hides this.< +>!Reddit hides this.!< ``` => https://www.bbcode.org/posting-a-spoiler-with-bbcode.php BBCode is the oldest example of dedicated spoiler syntax I know of. diff --git a/content/posts/spoiler-element.md b/content/posts/spoiler-element.md index f9755df..7008e04 100644 --- a/content/posts/spoiler-element.md +++ b/content/posts/spoiler-element.md @@ -94,7 +94,7 @@ More special syntax for spoilers: ```figure ||optional placeholder text|Fluffychat and Discord hide this.|| ->!Reddit hides this.< +>!Reddit hides this.!< [spoiler=optional placeholder text]BBCode hides this[/spoiler] ```