1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-10-23 01:02:10 +00:00

Fix typo in Reddit spoiler syntax

This commit is contained in:
Seirdy 2024-10-09 00:25:04 -04:00
parent 6250d9f92b
commit 27e1af21ed
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ More special syntax for spoilers:
``` ```
||optional placeholder text|Fluffychat and Discord hide this.|| ||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. => https://www.bbcode.org/posting-a-spoiler-with-bbcode.php BBCode is the oldest example of dedicated spoiler syntax I know of.

View file

@ -94,7 +94,7 @@ More special syntax for spoilers:
```figure ```figure
||optional placeholder text|Fluffychat and Discord hide this.|| ||optional placeholder text|Fluffychat and Discord hide this.||
>!Reddit hides this.< >!Reddit hides this.!<
[spoiler=optional placeholder text]BBCode hides this[/spoiler] [spoiler=optional placeholder text]BBCode hides this[/spoiler]
``` ```