Markdown to WhatsApp Message Formatter
Turn Markdown into a WhatsApp-friendly plain-text message with preserved structure, bullets, code blocks, warnings for downgraded content, and live character count.
How to turn Markdown into a WhatsApp message
- Paste Markdown, upload a .md file, or load a GitHub, GitLab, or Bitbucket file URL.
- Switch to the WhatsApp preview to review sections, bullets, code, and warnings.
- Review the live character count and copy the final text into WhatsApp.
What survives in a chat message
- Short sections, line breaks, bullets, and checklists.
- Readable command lines and isolated code excerpts.
- WhatsApp-friendly emphasis and plain-text formatting cues.
- Deterministic downgrades for tables, images, and raw HTML.
Important boundary
depapel formats the text and gives you a copy button, but it does not send directly to WhatsApp. The output is aimed at readable pasted message text, not full Markdown rendering inside chat.
Route-specific proof
The tracked launch-update sample below shows the exact plain-text message depapel produces from one Markdown source before you paste into WhatsApp.
Proof-backed WhatsApp example
This tracked sample shows the exact WhatsApp-ready plain-text output depapel creates before you paste into chat.
WhatsApp copied text preview
*LAUNCH UPDATE*
Paragraph with launch notes (/markdown-to-pdf) and *owner* updates.
1. Review rollout
• Check the FAQ
☑ Confirm the timeline
☐ Review the FAQ
```
Plan | Owner
-------+------
Launch | Meir
```
Layout proof (/proof/layout-brief-preview.png)
Character count: 262Output mode: Plain text
What this proof shows
- The H1 becomes an all-caps opening label for chat readability.
- The checklist stays intact as WhatsApp-friendly plain text.
- The table downgrades into monospace text so it still reads in chat.
Renderer notes
- Document-only depapel controls were removed before the WhatsApp copy was built.
- The table becomes monospace ASCII text because the WhatsApp surface is text-only.
- The image is reduced to alt text and a URL because WhatsApp copy is plain text.
Source Markdown · WhatsApp text proof
Markdown to WhatsApp questions
How does depapel turn Markdown into a WhatsApp message?
depapel maps Markdown into WhatsApp-friendly plain text with preserved sections, bullets, checklists, isolated code, live character counting, and deterministic downgrades for tables, images, and raw HTML before you copy.
Does depapel send directly to WhatsApp?
No. depapel formats the message and gives you a copy button. You paste the final text into WhatsApp yourself.
What survives in the WhatsApp copy?
Short sections, bullets, checklists, code blocks, links, and basic emphasis survive as plain text with WhatsApp-friendly markers. The goal is readable chat text, not a full Markdown render.
What happens to tables, images, and raw HTML?
Tables are converted into monospace plain text, images are reduced to alt text or URLs, and raw HTML is stripped because the WhatsApp copy surface is text-only.
Is there a character count?
Yes. depapel shows a live WhatsApp character count before you copy so you can spot overly long messages and trim them before pasting.
Open the editor, Markdown to LinkedIn, Markdown to PDF, Markdown to Word, Markdown to DOCX, or read the FAQ.