Discord Markdown Cheat Sheet: Ultimate Text Formatting Guide (2026)
The Challenge of Formatting Messages on Discord
Have you ever seen a Discord message with giant headers, tiny footnotes, or structured bulleted lists and wondered how they did it? Discord uses a customized version of Markdown to render text on its apps. In recent updates, Discord expanded its syntax to support modern layout tools like headings, list indentation, and subtext formatting. Learning how to format text on discord lets you build cleaner, more readable announcements.
Using our free online Discord Markdown Previewer, you can test and preview all these styles in real time before sending them to your server.
Discord Markdown Quick Cheat Sheet
| Style | Syntax | Renders As |
|---|---|---|
| Bold | **text** | text |
| Italic | *text* or _text_ | text |
| Underline | __text__ | text |
| Spoiler | ||text|| | spoiler |
| Header 2 | ## Header 2 | Header 2 |
| Subtext | -# Subtext | Subtext |
Headers, Subtext, and Indented Lists
Create visual headings by starting a line with hashtags (## Heading, ### Subheading). Make sure to include a space after the hashtag. For indented bullet lists, add two spaces before the hyphen ( - indented item) to create sub-lists with shifting bullet shapes.
Related Articles
The Ultimate Discord Markdown Guide 2026: Master Text Formatting
Complete guide to Discord markdown: bold, italic, strikethrough, underlines, code blocks, spoilers, lists, quotes, and more! Learn every formatting trick for perfect messages.
Discord ANSI Color Guide: How to Send Colorful Formatted Messages
Master Discord ANSI color codes to make your announcements and code blocks stand out with vibrant colors. Complete guide with all color codes and examples.