What problem does it solve? WhatsApp supports only a minimal set of formatting options — bold, italic, strikethrough, monospace, lists, and blockquotes — so markdown content with tables, headings, and hyperlinks renders as broken raw characters when sent to WhatsApp recipients. ## Core Features & Use Cases - Markdown-to-WhatsApp Conversion Rules: Maps markdown syntax to WhatsApp syntax, converting headings to bold text, tables to indented bullet lists, and links to bare URLs. - Emoji Section Markers: Provides a standard emoji vocabulary (📍, ⚠️, 📋, ✅) to replace # headers and horizontal rules as visual section separators. - Structure Guidelines: Enforces short line lengths under 50 characters and 2-space indentation for proper mobile wrapping. - Use Case: Convert a markdown status report with tables into a WhatsApp message where each project row becomes a compact bold-labeled line with status emoji. ## Quick Start Convert this markdown status report into WhatsApp-friendly plain text before sending it to the team group chat.