What problem does it solve?
Formatting Discord messages by hand is error-prone and easy to misrender—especially for embeds, mentions, timestamps, spoilers, and code blocks—leading to lost formatting when copying and pasting.
Core Features & Use Cases
- Discord-ready markdown output: Produces final messages wrapped in a fenced code block so the user can paste into Discord without losing formatting.
- Discord-specific formatting support: Handles bold/italic/underline/strikethrough, spoilers, masked links, timestamps, mentions, quotes, and lists in Discord’s markdown subset.
- Code block correctness: Supports syntax highlighting via language identifiers and uses an outer four-backtick fence when the Discord message itself contains triple-backtick code blocks.
- Message quality checks: Adds a metadata summary after each output block, including character counts, mentions, URLs, and code block languages.
Quick Start
Ask for a Discord announcement or bot message and return the final paste-ready content inside a fenced markdown code block with the required metadata table.