#-------------------------------------> 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