Discord Markdown Syntax & Visual Editor
This page introduces Discord Markdown syntax in detail and provides a visual editor and preview tool to help you format chat content easily.
Discord Markdown Cheatsheet
Syntax | Markdown | Preview | Copy |
---|---|---|---|
**Bold** | **bold** | bold | |
*Italic* | *italic* | italic | |
__Underline__ | __underline__ | underline | |
~~Strikethrough~~ | ~~strikethrough~~ |
| |
`Inline code` | `inline code` |
| |
```Multiline code``` | ```console.log('hi')``` |
| |
> Blockquote | > quote |
| |
- List | - item |
| |
[Link](url) | [link](https://discord.com) |
Discord Markdown Editor
1

Discord Markdown Syntax
Bold、Italic、underline、strikethrough、
quote
Inline code
console.log('Multiline code');
- List Discord
FAQ
What is Discord Markdown?
Discord Markdown is a lightweight text formatting syntax supported by the Discord chat platform. With simple symbols, you can make your messages more structured and expressive. Common uses include bold, italic, code blocks, blockquotes, etc. Compared to standard Markdown, Discord Markdown is more simplified and suitable for chat scenarios.
This page not only provides a Discord Markdown cheatsheet, but also integrates a Discord Markdown editor and preview, allowing you to experience and copy formatted content in real time.
Whether you are new to Discord or an experienced user, you can easily master Discord Markdown usage through this page.