Master Discord Markdown & Text Formatting Tricks
Table of Contents
- Introduction
- Simple Markdown Formatting
- 2.1. Bold
- 2.2. Italics
- 2.3. Underline
- 2.4. Strikethrough
- Spoiler Tag
- Quoting Text
- Combining Formatting
- Code Blocks and Colored Text
- 6.1. Single Line Code Block
- 6.2. Multi-line Code Block
- 6.3. Colored Text
- Other Formatting Options
- Copy and Pasting Formatting
- Sending Blank Messages
- Link Previews and Removing Previews
- Using Fancy Text
- Formatting User IDs
Introduction
Discord markdown allows users to format their text in various ways, making conversations more engaging and visually appealing. In this article, we'll explore different markdown and formatting options available on Discord. From basic text formatting to advanced techniques like code blocks and colored text, we'll cover it all. So, let's dive in and discover the world of Discord markdown and formatting tricks!
Simple Markdown Formatting
Discord markdown offers several options for basic text formatting. These formatting options include bold, italics, underline, and strikethrough.
2.1. Bold
To format text as bold, simply enclose the desired text within two pairs of asterisks. For example, typing **bold text**
will result in bold text being displayed.
2.2. Italics
To italicize text, enclose the desired text within a pair of single asterisks. For instance, *italics text*
will be displayed as italics text.
2.3. Underline
To underline text, enclose the desired text within two pairs of underscores. For example, __underlined text__
will be displayed as underlined text.
2.4. Strikethrough
To add a strikethrough effect to text, enclose the desired text within two pairs of tilde (~) symbols. For instance, ~~strikethrough text~~
will be displayed as strikethrough text.
Spoiler Tag
The spoiler tag is used to hide content that users can reveal by clicking on it. To create a spoiler tag, use double vertical bars. For example, ||spoiler||
will be displayed as a spoiler element that can be clicked to reveal the hidden content.
Quoting Text
Discord allows users to quote text from previous messages. To quote text, use a right-angle bracket (>) symbol at the start of each line. For example, >quoted text
will display the quoted text.
Combining Formatting
Discord markdown allows users to combine different formatting options for more creative text styling. For instance, you can combine bold and italics by using three pairs of asterisks, like ***bold italics***
.
Code Blocks and Colored Text
Code blocks and colored text are useful for displaying programming code or highlighting specific information. Discord markdown provides options for both single line code blocks and multi-line code blocks.
6.1. Single Line Code Block
To create a single line code block, enclose the desired text within a pair of backticks. For example, `code block`
will be displayed as code block
.
6.2. Multi-line Code Block
For multi-line code blocks, use three backticks on separate lines to enclose the code. You can write multiple lines of code or just a single line within the code block.
6.3. Colored Text
Discord markdown allows users to display text in different colors. This feature is particularly useful for organizing server rules or announcements. To apply colors to text, use specific keywords after the backticks.
- For green text, use
css
after the three backticks.
- For yellow text, use
fix
after the three backticks.
- For red text, use
diff
after the three backticks. The text must be preceded by a dash (-) for the color to take effect.
- For blue text, use
i
after the three backticks.
- For orange text, use
css
and enclose the text with <font color="orange"></font>
.
- For gray text, use
brain
and grace
.
Note: Some of these colors may not work with the latest Discord updates.
Other Formatting Options
Apart from the above mentioned formatting options, there are few more options available to add style to your text. These options include quoting, crossouts, and fancy text.
Copy and Pasting Formatting
Copying and pasting formatted text can sometimes be challenging, as the formatting doesn't always carry over. However, you can enclose the formatted text in slashes (/) to prevent Discord from applying formatting to it. This way, the formatting will remain intact when others copy and paste the text.
Sending Blank Messages
If you ever come across a message that shocks or confuses you, leaving you unsure of how to respond, you can send a blank message. To do this, type a pair of underscores with no text in between, and send the message. It will appear as a blank space. This can be a fun way to create an element of surprise or confusion in conversations.
Link Previews and Removing Previews
By default, Discord displays link previews when you send a message containing a URL. However, you can remove the preview by using a pair of left and right arrows (<>) to enclose the link. This will send the link without the preview. The same technique can be applied to server links as well.
Using Fancy Text
For those who enjoy using fancy text in their nicknames or usernames, Discord is compatible with various fancy text generators available online. You can choose from a variety of styles and paste the generated text into your Discord messages.
Formatting User IDs
If you want to ping or mention someone who has a nickname or username that is difficult to type or ping, you can copy their ID and format it properly. By enclosing the user ID within square brackets and preceding it with an exclamation mark, Discord will recognize it as a mention and send a notification to the user.
Conclusion
Discord markdown offers a range of formatting options that allow users to customize their text and make conversations more engaging. From basic formatting like bold and italics to more advanced techniques like code blocks and colored text, there are plenty of ways to add style to your messages. So, start experimenting with Discord markdown and make your conversations visually appealing and dynamic.
Highlights
- Discord markdown allows users to format text using various formatting options.
- Basic formatting options include bold, italics, underline, and strikethrough.
- Spoiler tags hide content that can be revealed by clicking on it.
- Quoting text and combining formatting options offer more creative styling possibilities.
- Code blocks and colored text are useful for displaying programming code or highlighting important information.
- Other formatting options include crossouts and fancy text.
- Copying and pasting formatted text can be achieved by enclosing it in slashes.
- Sending blank messages and removing link previews add fun and surprise elements to conversations.
- Fancy text generators can be used to create unique and visually appealing text styles.
- Formatting user IDs allows for easy pinging and mentioning.
FAQs
Q: Can I use Discord markdown on other platforms?
A: Discord markdown is specific to the Discord platform and may not work on other messaging or social media platforms.
Q: How do I revert the formatting back to normal text?
A: To revert the formatting back to normal text, either remove the formatting symbols or enclose the text within slashes (/).
Q: Are there any limitations to using colored text?
A: The availability of colored text options may vary depending on the Discord updates and versions.
Q: Can I mix different formatting options together?
A: Yes, Discord markdown allows you to combine different formatting options to create unique text styles.
Q: How can I format user IDs properly?
A: To format user IDs properly, enclose them within square brackets and precede them with an exclamation mark to mention or ping the user.