Skip to content
uxTools
Gaming

Discord Markdown Preview

Write once, then preview Discord markdown with mentions, masked links, spoilers, quotes, and ANSI blocks in context.

Mentions

0

User, channel, role, here, and everyone tokens detected.

Code blocks

0

Triple-backtick fences found in the current draft.

ANSI blocks

0

Code blocks that Discord will render with terminal colors.

Characters

0

Useful when you are shaping announcements and moderation templates.

Markdown Editor

Write your content exactly as you would send it to Discord, then test formatting without guesswork.

Quick insert

Discord Preview

The preview mirrors Discord message formatting closely enough to catch layout mistakes before posting.

P
Preview BotBOTToday at 12:00 PM
Start writing on the left to preview how Discord will render the message.

Syntax Cheatsheet

Quick reminders for the markdown patterns Discord supports well.

Bold

**important**

Italic

*status update*

Underline

__watch this line__

Spoiler

||hidden spoiler||

Masked link

[label](https://example.com)

ANSI code block

```ansi\nESC codes here\n```