{% extends "default.html" %} {% block pagetitle %}Formatting{% endblock %} {% block content %}

Markdown Formatting

You can use Markdown formatting:
{% if SITE_NAME != 'WPD' %} {% endif %} {% if FEATURES['MARKUP_COMMANDS'] -%} {%- endif %}
Name What you type What gets displayed
Italics *text* text
Bold **text** text
Code `text` text
Strikethrough ~text~ text
Quote > text

text

Greentext >text text
Horizontal Rule
Text 1
---
Text 2
Text 1
Text 2
Links [{{SITE_NAME}}]({{SITE_FULL}}/) {{SITE_NAME}}
Images
* will embed automatically if from approved hosts.
https://i.imgur.com/SwVuagI.png https://i.imgur.com/SwVuagI.png
Youtube Videos https://youtube.com/watch?v=3Hecr51ByE4
Video Files
* will embed automatically if from approved hosts.
https://files.catbox.moe/v4om92.mp4

Audio Files
* will embed automatically if from approved hosts.
https://pomf2.lain.la/f/zlnppx4.mp3
Emojis :marseygasp: :marseygasp:
Mirrored Emojis :!marseygasp: :!marseygasp:
Large Emojis :#marseygasp: :#marseygasp:
Large Mirrored Emojis :#!marseygasp: :#!marseygasp:
Pat Emojis :marseygasppat: :marseygasppat:
Talking Emojis :marseygasptalking: :marseygasptalking:
Typing Emojis :marseygasptyping: :marseygasptyping:
Genocide Emojis :marseygaspgenocide: :marseygaspgenocide:
Love Emojis :marseygasplove: :marseygasplove: :marseygasplove: :marseygasplove:
Pat User :@snappypat: :@snappypat:
Talking User :@snappytalking: :@snappytalking:
Genocide User :@snappygenocide: :@snappygenocide:
Love User :@snappylove: :@snappylove: :@snappylove: :@snappylove:
Poll — Pick Multiple
$$bussy$$
$$gussy$$
Poll — Pick One
&&bussy&&
&&gussy&&
Headers 1-6 # Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6
List * First thing
* Second thing
  • First thing
  • Second thing
Code Block ```
Use three backticks above and below.
```
Use three backticks above and below.
						
Spoilers ||bussy > gussy||

bussy > gussy

Username Mention @Snappy @Snappy profile picture@Snappy
Subreddit Mention r/drama r/drama
Redditor Mention u/Bardfinn u/Bardfinn
Ping Group Mention
* Mentions all members of the group.
!biofoids !biofoids
Followers Mention
* Mentions all your followers.
!followers !followers
Commenters Mention
* Mentions everyone who has commented in the thread it's used in.
!commenters !commenters
Admins Mention
* Mentions all site admins.
!jannies !jannies
Hole Mods Mention
* Mentions all mods of the hole it's used inside.
!holejannies !holejannies
Everyone Mention
* Mentions everyone.
!everyone !everyone
Random Marsey Emoji :marseyrandom: ???
Random Tay Emoji :tayrandom: ???
Random Platy Emoji :platyrandom: ???
Random Wolf Emoji :wolfrandom: ???
Random Donkey Kong Emoji :donkeykongrandom: ???
Random Capy Emoji :capyrandom: ???
Random Carp Emoji :carprandom: ???
Random Marsey Flag Emoji :marseyflagrandom: ???
Random Marsey Alphabet Emoji :marseyalphabetrandom: ???
Random Rage Emoji :ragerandom: ???
Random Wojak Emoji :wojakrandom: ???
Random Misc Emoji :miscrandom: ???
Play slots using coins
* Minimum 100 coins.
!slots 100 ???
Play slots using marseybux
* Minimum 100 marseybux.
!slotsmb 100 ???
Random Fortune #fortune ???
Random 8-Ball Answer #8ball ???
Random Factcheck #factcheck ???
Roll #roll7 A number 1–7.
Coinflip #coinflip Heads, Tails, or Edge.

HTML Formatting

And we allow custom HTML in most places:

Allowed Tags

Allowed Styles

Approved Media Hosts

Image files, video files, and audio files from these sources will get embedded automatically:
Text copied to clipboard
{% endblock %}