Why format text for Discord at all?
Discord renders a compact flavor of markdown, but the symbols are fiddly to remember and easy to get wrong mid-conversation — was underline one underscore or two? This page gives you a visual editor instead: write or paste your message, click the styles you want, and Copy hands you the exact Discord markdown, ready to paste into any channel or DM.
It is built for AI drafts. Paste a reply from ChatGPT, Claude, or Gemini and the editor cleans out the invisible characters and stray markdown that make pasted text look machine-written, then re-emits clean Discord syntax in one step.
Discord formatting syntax
- Bold —
**text** - Italic —
*text* - Underline —
__text__ (two underscores) - Strikethrough —
~~text~~ - Headers —
# Big, ## Medium, ### Small - Quote —
> quoted line - Inline code —
`code` - Code block — triple backticks with a language, e.g.
```js - Spoiler —
||hidden|| - Lists —
- item or 1. item
How to format a Discord message
- Paste or type your message into the editor above.
- Select text and style it with the toolbar — bold, underline, a spoiler, a code block, a quote, or a list.
- Click Copy. The tool converts everything to Discord markdown and puts it on your clipboard.
- Paste into Discord and send. It renders as real formatting, not raw symbols.
Limits and caveats
Two things worth knowing. First, masked links do not work in normal messages. The [text](url) syntax only renders inside bot and webhook embeds; in a message you type by hand Discord shows the raw brackets. This tool therefore drops in the bare URL, which Discord auto-links everywhere. Second, Discord messages cap at 2,000 characters— the editor's counter warns you before you go over.
Skip any Unicode "bold text generator" for Discord. Those stack combining marks that break into boxes on many Windows and Android clients and are announced one letter at a time by screen readers. Native markdown renders correctly for everyone.
Format for other chat apps too
Every chat app speaks a slightly different dialect. If you also post to Reddit, Slack, WhatsApp, or Telegram, each has its own formatter here that emits that app's exact markup. For a general cleanup of any AI draft, use the main AI text formatter, or browse all tools.