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

Expand cheatsheet
Expand Syntax Guide

Click to view Discord Markdown syntax cheat sheet, including bold, italic, code blocks and more

Discord Markdown Editor

Discord Markdown Editor
1
avatar
AppleJuice

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.