How to Cross Out Text in Discord: A Simple Guide
Want to subtly indicate something is incorrect, outdated, or no longer relevant in your Discord messages? Crossing out text is a great way to do this! This guide will walk you through the simple process, regardless of your device.
Using Markdown for Strikethrough Text
Discord supports Markdown, a simple markup language, which allows for quick formatting options like bolding, italicizing, and, importantly for this guide – strikethrough. To cross out text, you simply need to enclose your text within two tildes (~) on either side.
Here's the format: ~~This text will be crossed out~~
Example: If you type ~~The meeting is at 2 PM~~
into Discord, it will render as: The meeting is at 2 PM. See? Easy peasy!
Step-by-Step Instructions:
- Open your Discord app or website: This works consistently across all platforms.
- Navigate to the text box: Find the text input field where you're composing your message.
- Add the tildes: Type a tilde (~) before the text you want to cross out, and another tilde (~) after it. Make sure there are no spaces between the tildes and the text.
- Send your message: Hit Enter or click the send button to share your stylishly struck-out message!
Troubleshooting and Tips
- Double check your tildes: The most common mistake is forgetting a tilde, or accidentally adding a space between the tilde and the text. This will prevent the strikethrough from working.
- Combining with other Markdown: You can combine strikethrough with other Markdown formatting. For example,
~~**This is bold and crossed out**~~
will result inThis is bold and crossed out. Get creative! - Mobile vs. Desktop: The process remains identical whether you're using Discord on your phone, tablet, or computer.
Beyond Strikethrough: Other Useful Discord Formatting
While strikethrough is perfect for showing things that are no longer applicable, remember that Discord offers other handy Markdown options:
- Bold:
**This text is bold**
becomes This text is bold - Italic:
*This text is italicized*
becomes This text is italicized - Bold and Italic:
***This text is bold and italicized***
becomes This text is bold and italicized - Code: `This text is displayed as code` becomes
This text is displayed as code
- Blockquotes: >This is a quote becomes >This is a quote
Mastering these simple formatting tricks will make your Discord messages clearer, more organized, and more engaging for your fellow users. Experiment and see what works best for you!
Conclusion
Adding crossed-out text in Discord is surprisingly straightforward. By understanding and utilizing the simple Markdown syntax, you can enhance your communication and make your messages easier to read and understand. Now go forth and strikethrough with confidence!