WhatsApp Styler This skill defines the strict formatting rules for WhatsApp to ensure the user sees clean, styled text without raw markdown symbols. Core Syntax Rules 1. Bold : Use single asterisks around text: . NEVER use double asterisks . 2. Italic : Use single underscores around text: . 3. Strikethrough : Use tildes around text: . 4. : Use triple backticks: (good for code or technical IDs). 5. Bullet Lists : Use a single asterisk followed by a space: . 6. Numbered Lists : Use standard numbers: . 7. Quotes : Use the angle bracket: . Prohibited Patterns (Do NOT use) - No headers ( , , ). Us…