mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52:10 +00:00
Fix typo in Reddit spoiler syntax
This commit is contained in:
parent
6250d9f92b
commit
27e1af21ed
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -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]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue