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.

Buy Me A Coffee

Discord Markdown Cheatsheet

SyntaxMarkdownPreviewCopy
**Bold****bold**

bold

*Italic**italic*

italic

__Underline____underline__

underline

~~Strikethrough~~~~strikethrough~~

strikethrough

`Inline code``inline code`

inline code

```Multiline code``````console.log('hi')```

console.log('hi')

> Blockquote> quote

quote

- List- item
  • item
[Link](url)[link](https://discord.com)

Discord Markdown Editor

Discord Markdown Editor
1
0 words
avatar
AppleJuice

Discord Markdown Syntax

BoldItalicunderlinestrikethrough

quote

Inline code

console.log('Multiline code');

FAQ

Q: What Markdown syntax does Discord support?
A: Discord supports bold, italic, underline, strikethrough, code blocks, blockquotes, lists, links and other common Markdown syntax, but does not support tables, footnotes and other advanced syntax.
Q: How to send multiline code blocks in Discord?
A: Wrap multiple lines with three backticks (```), e.g.: ```js console.log('hello') ```
Q: How to insert emoji or @mention users?
A: You can directly input emoji, and @mention users by typing @ and selecting the username. This is not part of Markdown syntax.
Q: What's the difference between Discord Markdown and standard Markdown?
A: Discord only supports some basic Markdown syntax, and the rendering style is more like chat bubbles.

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.

Buy Me A Coffee