Skip to content

Instantly share code, notes, and snippets.

@ROMVoid95
Last active May 15, 2019 20:23
Show Gist options
  • Save ROMVoid95/eb6bf968856ac633f9650898d36e8be2 to your computer and use it in GitHub Desktop.
Save ROMVoid95/eb6bf968856ac633f9650898d36e8be2 to your computer and use it in GitHub Desktop.
Discord Formatting
#-------------------------------------> DISCORD TEXT FORMATTING <-------------------------------------#

outside a code block:

italics = *italics*
bold  = **bold**
bold italics = ***bold italics***
strikeout = ~~strikeout~~
underline = __underline__
underline italics = __*underline italics*__
underline bold = __**underline bold**__
underline bold italics = __***underline bold italics***__
code block =  ``text here`` (3 backticks --> alt + 7 for me)

code block formating:

markdown 
or just:

#lines starting with # are blue(?), 
[murky blue][red?] --------------------> anywhere in the code block
[murky blue](red?) --------------------> anywhere in the code block
<first_word_blue and the rest orange> -> anywhere in the code block
(3 backticks)
diff uses the first character on a line for color:

+ for green,
- for red,
--- for grey
! for green(? should be orange)
css makes almost everything green,
numbers are white (0123456789),
has some weird cases around some specific characters like colons and quotes

fix makes pretty much everything orange

xl is weird and has some random shit i didnt figure out yet:
numbers 012345678910  and  "quotes" are blue
the words and,color are always red
the word is is always green
// = grey line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment