This article was reviewed by Stan Kats and by wikiHow staff writer, Hannah Dillon. Stan Kats is a Professional Technologist and the COO and Chief Technologist for The STG IT Consulting Group in West Hollywood, California. Stan provides comprehensive technology solutions to businesses through managed IT services, and for individuals through his consumer service business, Stan's Tech Garage. Stan holds a BA in International Relations from The University of Southern California. He began his career working in the Fortune 500 IT world. Stan founded his companies to offer an enterprise-level of expertise for small businesses and individuals.
There are 7 references cited in this article, which can be found at the bottom of the page.
This article has been fact-checked, ensuring the accuracy of any cited facts and confirming the authority of its sources.
This article has been viewed 1,573 times.
Have you seen other people on Discord making their text bold, creating lists, hyperlinking their text, or changing the color of their messages? There are a ton of Discord text tricks out there, and thankfully, learning how to do them is pretty easy. In this article, we'll go over how to use Markdown to do these Discord text tricks. We've even included plenty of examples to help you along! Keep reading to learn more.
Discord Text Tricks
There are a ton of ways you can edit your text on Discord, whether you want it to look cool or simply more organized. Most of these tricks are thanks to Discord's Markdown integration. Some common uses of Markdown are to make text bold (**bold**), italic (*italics*), underlined (__underline__), or struck through (~~strikethrough~~).
Steps
Colored Text
-
Open a Discord colored text generator in your web browser. There are a few options, but for this tutorial, we'll be using Rebane's popular text generator.
-
Type your text into the text box at the bottom of the screen. Before you do any formatting, you should type your text into the generator. You can also copy and paste your text if you've already typed it up somewhere else.
-
Highlight the first text you want to change. You can highlight as much or as little as you want, from the entire block of text to just one character.
-
Choose a text style and color. Your options are as follows:
- Style: You can choose to make your text bold or underlined.
- FG: This controls the color of your text. You can choose gray, red, olive green, golden yellow, blue, fuchsia, teal, or white.
- BG: This controls the highlight color of your text. You can choose dark blue, orange, lavender, cream, or one of four shades of gray (in varying tones).
-
Repeat steps 3 and 4 as needed. If you want to start over, highlight some or all of your text and click Reset All next to the Bold button.
-
Click Copy text as Discord formatted. This will copy the text you just formatted in the generator in a Discord text block.
-
Paste the text into Discord and send your message. Note that when you paste the text into Discord, it will look different from how it will look after it’s sent. You may see small characters next to your text; these are ANSI formatting codes that cause your text to change color.
- If you're on Discord mobile, you won't see the formatting. However, anyone who reads your message on a computer will be able to see the color changes.[6]
Code Blocks
-
Type ```, press ↵ Enter twice, then type ```. The symbol used is the backtick (or grave). If you can't find this symbol on your keyboard, the ALT code is Alt+9+6.
- On US QWERTY keyboards, the backtick is the button in the top-left corner.
- On other QWERTY keyboards, the backtick button is located by the backspace key, or it might share a key with the number 7.
- On AZERTY keyboards, the backtick button is by the Enter or Return button.
-
Type the name of the language to apply syntax highlighting for. In this example, we're going to use Markdown, which is shortened to "md." The syntax highlighting will change depending on which language you're using. If you don't know how to use syntax highlighting for a language, use your favorite search engine to find a guide for that language.
- Press ↵ Enter after typing the name of the language; it won't send the message.
- The code thus far should look like this:
```md ```
-
Type your text with the correct syntax on the blank line. For Markdown, the syntax highlighting works as follows (the color of the text will be typed out between the symbols that give it that color). To see what other syntax highlighting options there are, use this resource.
[light blue](white) [light blue][orange] # dark blue * bullet point is yellow 1. numbered list is yellow > green <green> <green blue> <green blue = "light blue"> text above dashes is dark blue ------ text above equal signs is blue
-
Send the message. You'll be able to see the colors when you preview the text before you send it, but you won't be able to see the code block background when typing. If you need to adjust your code block at all, you can simply edit the message to tweak things.[7]
Expert Q&A
Video
Tips
References
- ↑ https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0DAWJX3CS91G9F1PPJAVBX
- ↑ https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0ER08B6V1X2X9X6HT4HTGG
- ↑ https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0EQVRRRB2F19HXC2BA30FG
- ↑ https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01J2FADV0288YAX4BZ1GNGCHP3
- ↑ https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01H53FJBNB9B5RT9M1M9V1EQ7W
- ↑ https://www.reddit.com/r/discordapp/comments/1aef33b/typing_in_color/
- ↑ https://gist.github.com/matthewzring/9f7bbfd102003963f9be7dbcf7d40e51#syntax-highlighting


















