Discord tools

Discord Markdown Editor

Discord uses its own Markdown dialect — no tables, no images, but underline, spoilers and subtext instead. This editor previews your message the way Discord actually renders it, then you copy and paste it in.

Discord Markdown syntax

Bold

**text**

Italic

*text*

Underline

__text__

Strikethrough

~~text~~

Spoiler

||text||

Inline code

`text`

Code block

```js … ```

Headers

# / ## / ###

Subtext

-# text

Quote

> text

Block quote

>>> text

Masked link

[label](url)

What Discord does not support

No tables or images

Pipe tables and ![alt](url) image syntax show up as literal text. Paste an image URL on its own line and Discord embeds it instead.

No horizontal rules or HTML

Discord escapes HTML tags and renders --- as plain dashes. The editor flags these as you type.

Need standard Markdown?

For CommonMark and GitHub Flavored Markdown, use the main Markdown editor — it supports tables, footnotes and task lists.