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

Markdown Formatting

You can use Markdown formatting:
{% if FEATURES['MARKUP_COMMANDS'] -%} {%- endif %}
Name What you type What gets displayed
Italics *text* text
Bold **text** text
Code `text` text
Strikethrough ~~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_d.webp example image
Youtube Videos https://youtube.com/watch?v=3Hecr51ByE4
Video Files https://files.catbox.moe/v4om92.mp4

Emojis :marseylove: :marseylove:
Mirrored Emojis :!marseylove: :!marseylove:
Large Emojis :#marseylove: :marseylove:
Large Mirrored Emojis :#!marseylove: :!marseylove:
Pat Emojis :marseylovepat: :marseylovepat:
Talking Emojis :marseylovetalking: :marseylovetalking:
Love Emojis :carplove: :carplove::carplove::carplove:
Pat User :@snappypat: :@snappypat:
Talking User :@snappytalking: :@snappytalking:
Heart User :@snappylove: :@snappylove::@snappylove::@snappylove:
Play slots using coins
* Minimum 100 coins.
!slots 100 ??? coins
Play slots using marseybux
* Minimum 100 marseybux.
!slotsmb 100 ??? marseybux
Random Fortune #fortune ???
Random 8-Ball Answer #8ball ??? (but less fun than #fortune)
Random Factcheck #factcheck ???
Roll #roll A number 1–9999.
Coinflip #coinflip Heads, Tails, or Edge.
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
Unordered list * First thing
* Second thing
  • First thing
  • Second thing
Code Block ```
Use three backticks above and below.
Or, indent the lines with four spaces.
```
				Use three backticks above and below.
				Or, indent the lines with four spaces.
				
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
Random Platy Emoji :platyrandom: ???
Random Wolf Emoji :wolfrandom: ???
Random Donkey Kong Emoji :donkeykongrandom: ???
Random Tay Emoji :tayrandom: ???
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: ???

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 %}