Fancy pants vs. Markdown Mode
New Reddit's comment and post boxes default to a WYSIWYG editor nicknamed "fancy pants." It is fine for typing, but it fights you when you paste markdown — symbols get half-applied or mangled, and AI-drafted text drags in invisible characters that ruin spacing. Every box has a toggle to switch to Markdown Mode, where raw markdown renders predictably; old Reddit uses markdown by default. This tool builds that markdown for you.
Write or paste your post above, style it visually, and Copyhands you clean Reddit markdown — ready for either mode.
Reddit markdown syntax
- Bold —
**text** - Italic —
*text* - Strikethrough —
~~text~~ - Headings —
# Heading - Quote —
> quoted line - Link —
[text](https://example.com) - Spoiler —
>!hidden!< - Inline code —
`code` - Lists —
- item or 1. item
Reddit has no underline, so the editor disables that button and drops it on copy — nothing pastes in as stray characters.
How to format a Reddit post
- Paste or type your post or comment into the editor above.
- Style it — bold, a heading, a quote, a link, a spoiler, or a list.
- Click Copy to put clean markdown on your clipboard.
- Switch to Markdown Mode (or use old Reddit) and paste. It renders exactly as structured.
Limits and caveats
Reddit markdown is generous, but a few habits keep posts readable: put spoilers only around genuine plot points, keep headings shallow, and remember that some subreddits restrict link formatting via AutoModerator. Because links are fully supported here, the editor emits real [text](url)markup rather than a bare URL — the opposite of Discord, where masked links only work in embeds.
Format for other chat apps
Also posting to Discord, Slack, WhatsApp, or Telegram? Each has a formatter here tuned to that app's syntax. To clean any AI draft first, open the AI text formatter or browse all tools.