Markdown to Reddit Converter
Paste Markdown and get Reddit-ready text, snoomark spoilers and all.
Detected source
Waiting for text…
Paste destinationReddit formatting guide
Paste here
Ready for Reddit
Your converted, copy-ready text appears here.
Verified for Reddit
Copies the converted text the moment you paste or pick a destination, with no Copy click needed.Runs entirely in your browser. Your text never leaves your device.
How Markdown maps to Reddit
| Feature | Markdown | |
|---|---|---|
| Bold | **x** | **x** |
| Italic | *x* | *x* |
| Strikethrough | ~~x~~ | ~~x~~ |
| Spoiler | none | >!x!< |
| Link | [text](url) | [text](url) |
Common gotchas
- Reddit comments use GitHub-flavored Markdown (snoomark), so most of your Markdown pastes through unchanged.
- Reddit spoilers are >!hidden!<, which standard Markdown does not have.
- Switch the comment box to Markdown mode, or the fancypants editor may rewrite your syntax.
Frequently asked
- Does Reddit use Markdown?
- Yes. Reddit comments use a GitHub-flavored Markdown called snoomark, so standard Markdown mostly works, with >!spoilers!< added.
- How do I add a spoiler on Reddit?
- Wrap the text in >! and !<, like >!hidden!<, and Reddit hides it behind a click to reveal.