Discord Markdown: How to format text with Bold, Italics, Links, and More
Discord is known for its powerful features, allowing users to communicate in fun and engaging ways. But did you know you can format your text to make your messages stand out even more? Whether you want to emphasize a point with bold, add italics for clarity, or share links in your conversations, Discord offers a range of formatting options. In this guide, we'll walk you through everything you need to know about text formatting on Discord, helping you express yourself better and make your messages pop!
What is Discord Markdown?
Markdown is a simple syntax used to add formatting to plain text. Discord uses a version of Markdown to allow users to format messages without needing advanced coding skills. Whether you're looking to emphasize words, quote someone, or share code, Discord Markdown has you covered.
Discord Markdown Formatting Guide
Below is a quick reference table for Discord text formatting using Markdown.
Type | Markdown Syntax | Output |
---|---|---|
Bold | **Bold Text** |
Bold Text |
Italics | *Italic Text* or _Italic Text_ |
Italic Text |
Bold & Italics | ***Bold & Italic Text*** |
Bold & Italic Text |
Strikethrough | ~~Strikethrough Text~~ |
|
Underline | __Underlined Text__ |
Underlined Text |
Underline & Italics | ___Underline & Italic Text___ |
Underline & Italic Text |
Title | # Title |
Title |
Subtitle | ## Subtitle |
Subtitle |
Smaller subtitle | ### Smaller subtitle |
Smaller subtitle |
Subtext | -# Subtext |
Subtext |
Blockquote | > Blockquote |
Blockquote |
Inline Code | `This is inline code` |
This is inline code |
Code Block | ```Code Block``` |
Code Block |
Spoiler | ||Spoiler|| |
|
List | - Item1 - Item2 |
|
Link | [Your link text](https://yourlink.com) |
Your link text |
Now that you know the main ways to use formatting on Discord, you can write messages that are much more organized and visually appealing. Start experimenting with Markdown now and make your Discord conversations even better!