There are no visible formatting tools in Discord, and yet other users are bolding words. How are they doing that?
It turns out Discord uses a simplified version of Markdown for formatting. To bold text, put it between two pairs of asterisks. Like this:
Do that, and press enter. Your text will be bolded.
That wasn't so hard, was it? Italics and other formatting work similarly. Here are the most common formatting options in Discord using Markdown::
For italics, put text between a pair of single asterisks, as in
*italics*
.For bold, put text between two pairs asterisks, as in
**bold**
.For bold italics, put text between two sets of three asterisks, as in
***bold italics***
.
There are a few more options, including __underline__
and ~~Strikethrough~~
.
Check out Discord's formatting overview to learn more, including how to use code blocks when you need to avoid formatting entirely.
Discord isn't the only app to use Markdown: Reddit, for example, uses it to format comments. Check out our guide to Markdown to master this text formatting system.