Markdown to WhatsApp Converter
Paste Markdown and get WhatsApp formatting that renders right in a chat.
Detected source
Waiting for text…
Paste destination
Paste here
Ready for WhatsApp
Your converted, copy-ready text appears here.
Verified for WhatsApp
Copies the converted text the moment you paste or pick a destination, with no Copy click needed.Runs entirely in your browser. Your text never leaves your device.
How Markdown maps to WhatsApp
| Feature | Markdown | |
|---|---|---|
| Bold | **x** | *x* |
| Italic | *x* or _x_ | _x_ |
| Strikethrough | ~~x~~ | ~x~ |
| Link | [text](url) | text (url) |
Common gotchas
- WhatsApp bold is a single asterisk and italic is a single underscore.
- WhatsApp has no link syntax, so [label](url) becomes plain label (url).
- WhatsApp has no underline and no headings.
Frequently asked
- How do I bold text in WhatsApp?
- Wrap the text in single asterisks, like *bold*. This tool converts Markdown **bold** to WhatsApp *bold* for you.
- Why do my Markdown links break in WhatsApp?
- WhatsApp has no clickable link markup, so a [label](url) link is flattened to label (url) plain text.