AIClaudeGemini

Convert Claude & Gemini AI Answers to WhatsApp (Without Broken Formatting)

May 22, 2026· 4 min read

Claude and Gemini are excellent at drafting messages, summaries, and step-by-step guides. But like every modern AI assistant, they format their answers in Markdown — and WhatsApp does not speak full Markdown. Paste a Claude or Gemini reply straight into a chat and you will likely see stray asterisks, leftover # symbols, and lists that lose their shape.

Here is exactly why it happens and how to get a clean WhatsApp message from either assistant in seconds.

The root cause: Markdown vs WhatsApp

Both Claude and Gemini render their responses using Markdown, the same formatting language behind most documentation and developer tools. Their interfaces display that Markdown beautifully, so the bold, headings, and bullet points look great on screen.

WhatsApp supports formatting too, but with a different, smaller symbol set:

  • Bold in Markdown is **text**; in WhatsApp it is *text*.
  • Italic in WhatsApp is _text_, using underscores.
  • Strikethrough in WhatsApp is ~text~.
  • WhatsApp has no headings, no tables, and no underline.

When you copy from Claude or Gemini, you copy the raw Markdown. WhatsApp ignores the parts it does not understand and shows the literal symbols instead. If you want the full breakdown of the two systems, see Markdown vs WhatsApp Formatting.

Claude-specific notes

Claude tends to produce well-structured answers with clear headings (##), bold labels (**Label:**), and clean bullet lists. That structure is great for reading in Claude, but in WhatsApp:

  • The ## headings become literal ## Heading lines.
  • **Bold labels:** show their double asterisks.
  • Numbered lists usually survive, but nested sub-points flatten out.

Because Claude often uses bold labels to introduce points, those are the parts that look worst when pasted raw — every label gets wrapped in visible asterisks.

Gemini-specific notes

Gemini's answers are similar, and it leans heavily on bold for key terms and on bulleted lists for options. It also likes tables for comparisons — and tables are the single worst thing to paste into WhatsApp, because WhatsApp has no table support. A Gemini comparison table becomes a wall of pipe characters (|) and dashes.

If your Gemini answer contains a table, plan to convert it into a simple bulleted list before sending.

The one-step fix

Rather than memorize which symbol maps to which, paste the answer into a converter that knows both languages:

  1. Copy the full reply from Claude or Gemini.
  2. Open the MD2WA editor and paste it.
  3. Review the live WhatsApp preview on the right.
  4. Copy the converted text and send it on WhatsApp.

The converter turns **bold** into *bold*, Markdown italic into _italic_, headings into bold lines (the closest WhatsApp equivalent), and rebuilds lists with WhatsApp-friendly bullets. What you send looks deliberate, not broken.

Prompt the assistant for cleaner output

You can cut down on cleanup at the source. Add an instruction like this to your prompt:

"Format the reply for WhatsApp: use single asterisks for bold, underscores for italic, no Markdown headings, and no tables. Keep it plain text."

Both Claude and Gemini will usually follow this. It is not bulletproof — assistants slip back into Markdown habits, especially in long answers — so do a final pass through MD2WA when the message matters. This pairs nicely with asking for a concise reply so you stay under the 4,096-character limit.

Manual conversion cheat sheet

For a short answer you can fix it by hand:

In the AI replyChange it to
**bold***bold*
*italic*_italic_
# Heading / ## Headinga *bold* line
Markdown tablea bulleted list
- bulletkeep as - bullet

For longer answers, converting by hand is slow and error-prone — the editor does it instantly.

Frequently asked questions

Do Claude and Gemini have a "WhatsApp mode"? No. They output Markdown by default. You either prompt for plain/WhatsApp formatting or convert the result afterward.

Why do headings vanish in WhatsApp? WhatsApp has no heading feature, so # symbols are shown literally. The best equivalent is a bold line, which is what a good converter produces automatically.

Can I do this on my phone? Yes. MD2WA works in a mobile browser — paste the AI reply, copy the WhatsApp version, and switch to WhatsApp to send.

The pattern is the same for every chatbot: they all default to Markdown. For the big-picture explanation across ChatGPT, Claude, Gemini, and Copilot, read Why AI Chatbot Text Looks Broken in WhatsApp. For ChatGPT specifically, see How to Convert ChatGPT Replies to WhatsApp.

Format your message the easy way

Write or paste your text, get clean WhatsApp formatting instantly — free, no sign-up.

Open the editor
Back to all articles