Discord Markdown Syntax: Master the Art of Text Formatting
Formatting text adds a unique touch to the messages we send on Discord. With Discord Markdown syntax, you can make your messages stand out and catch people's attention. Whether you want to make your text bold, italic, underline it, strikethrough, or even add a spoiler tag, Markdown has got you covered. In this complete guide, we'll explore all the formatting options and syntax you need to know to make your messages shine on Discord.
Basics of Discord Markdown Syntax
Let's start with the basics of Discord Markdown syntax. It's quite simple, really. Just add a few special characters (Markdown language) before and after the text you want to format. These characters will transform your text and give it a distinct appearance. You can combine different formatting options to create eye-catching messages. Here's a rundown of the essential syntax you'll need:
1. Bold Text
To make your text bold, simply add two asterisks (**) before and after the message. For example:
This will make the entire text bold on Discord
You can also choose to make only a specific part of the message stand out. Just enclose that part in double asterisks. For instance:
This will only bold part of the message.
2. Italic Text
If you want to make your text italic, use a single asterisk (*) before and after the text. For example:
This will make the text italic on Discord
Similar to bold text, you can highlight a specific part of the message by enclosing it in single asterisks.
3. Underlining Text
To underline text on Discord, use two underscores (__) before and after the text. This can be helpful when you want to draw attention to important information. For example:
This is something important
4. Strikethrough Text
Strikethrough is commonly used to highlight mistakes or indicate changes. To strike through text on Discord, use two tildes (~~) before and after the text. For example:
This is how you can underline strikethrough text on Discord.
5. Code Block
Discord also supports its own code block. Wrap the text in backticks (`). This will add a black box around the text, making it stand out. You can use this formatting option in the middle of a sentence as well. For example:
`printf(“This is going to be in a code block”);`
6. Multiline Code Block
If you need to display a larger code block, Discord supports multiline code blocks. To use this feature, enclose the code within three backticks (“`). This will create a bigger box and change the font style. However, you cannot place a multiline code block in the middle of a sentence. For example:
“`
printf(“This is a bigger multiline code block”);
exit
“`
7. Block Quote
To create a block quote, use the right arrow (>) before the text. You can either use a single right arrow or three consecutive right arrows. Both methods work the same way. Remember to leave a space after the arrow for the syntax to work correctly. For example:
This is a block quote
8. Empty Message
Discord doesn't provide an option to send an empty message. However, you can use the bold syntax and add two asterisks (**) before and after a space. This will create a blank message that appears as bold space. For example:
**
9. Spoiler Tag
Tired of avoiding movie spoilers? Discord allows you to add spoiler tags to your messages. To do this, enclose the spoiler part within two vertical bars (||). This way, the hidden text will only be visible when clicked on. For example:
Spoiler: Spiderman NWH has ||Tobey Maguire and Andrew Garfield||
10. Color Formatting
While color formatting isn't an official feature in Discord, there are clever workarounds. By utilizing highlight.js, you can add some color to your text. Each color has its own syntax. Here are some commonly used colors and their respective syntax:
- Red: Use three backticks (“`) followed by “diff” and a hyphen (-) before the message.
- Green: Use three backticks (“`) followed by “diff” and a plus (+) before the message.
- Blue: Use three backticks (“`) followed by “ini” and square brackets ([]) around the message.
- Gray: Use three backticks (“`) followed by “ini” and a hashtag (#) before the message.
- Orange: Use three backticks (“`) followed by “css” and square brackets ([]) around the message.
- Yellow: Use three backticks (“`) without any characters before the message.
11. Changing the Font
Discord doesn't have an in-built font-changing feature. However, you can use various Discord font generators like Lingojam and Bigbangram. These tools allow you to change the font style of your text. Simply enter your message on these websites, select the desired font, and copy-paste it into Discord chat.
12. Using Multiple Formatting Commands
You can combine multiple formatting commands to create unique and eye-catching messages. For example, you can strike through bold text like this:
Striking bold text
Feel free to experiment with different combinations of formatting options and unleash your creativity.
Final Thoughts
Discord Markdown syntax offers a wide range of text formatting options to make your messages more engaging and visually appealing. From bold and italic text to code blocks and spoilers, you have countless ways to express yourself on Discord. Additionally, you can use Discord's built-in options to format your text without using commands. Simply select the text and choose the desired formatting option from the pop-up menu.
So, go ahead and have fun with Discord Markdown syntax. Let your messages stand out from the crowd and make a lasting impression on your fellow Discord users.
Jim's passion for Apple products ignited in 2007 when Steve Jobs introduced the first iPhone. This was a canon event in his life. Noticing a lack of iPad-focused content that is easy to understand even for “tech-noob”, he decided to create Tabletmonkeys in 2011.
Jim continues to share his expertise and passion for tablets, helping his audience as much as he can with his motto “One Swipe at a Time!”