Reddit Formatting & Markdown Generator
Prepare Reddit Markdown for bold, italics, spoilers, quotes, code blocks, and tables.
- Aucune limite de longueur
- Sans inscription
- Gratuit pour toujours
- Votre texte ne quitte jamais votre navigateur
The Reddit Markdown Cheat Sheet
Reddit runs on Markdown, not Unicode styling, and knowing the handful of markers covers almost every formatting need. Double asterisks make **bold**, single asterisks make *italic*, double tildes make ~~strikethrough~~, a greater-than sign makes a quote, and fenced code blocks or a leading four-space indent make code.
The Reddit flavor has quirks that differ from Discord or classic Markdown: the new editor and old editor parse some syntax differently, and superscript, spoilers, and tables each have their own strict forms. The generator writes the exact markers so you do not have to memorize which flavor you are in.
Whatever you format, preview before posting: Reddit shows the rendered result in the editor, and a comment that renders wrong is a comment that gets downvoted for looking broken even when the content is right.
Reddit formatting also has a strong subreddit dimension: many communities style their own CSS and automod rules, and some disable certain formatting or require specific citation formats in serious subreddits. Check the subreddit’s rules before leaning on exotic syntax, since the community conventions matter more than the generic parser.
How to Make Spoiler Tags on Reddit
Reddit’s spoiler syntax wraps text between a greater-than sign plus exclamation mark and the closing pair — >! hidden text !< — with no space between the markers and the content in most implementations. When it works, the text renders blacked out until a reader clicks or taps it.
The syntax has drifted across Reddit’s editor generations: the old editor and the redesign have at times parsed the markers differently, and subreddit-specific CSS can change how spoilers display. The reliable path is to paste the tag, preview the comment, and adjust if the blackout does not appear.
Use spoilers for the same reasons as anywhere else — plot details, puzzle answers, sensitive content — and keep them out of post titles, where Reddit has no spoiler hiding at all.
When a spoiler fails and renders as plain visible text, the cause is almost always the marker placement: a stray space, a missing exclamation mark, or an autocorrected character. Type the markers by hand, keep the content flush against them, and confirm the blackout in the preview before the reveal reaches anyone.
Questions fréquentes
Why is my Reddit table not formatting correctly?
Reddit tables require a header row, a separator row made of hyphens, and consistent pipes between every column — and the spacing must line up enough for the parser to read the structure. Missing pipes, uneven hyphen runs, or stray characters inside cells break the table into plain text. A common mistake is forgetting the blank line before the table or leaving a pipe off the end of a row; the generator produces a correctly structured table you can paste and fill. Remember that mobile apps parse tables from the same Markdown, so a table that renders in the browser usually renders there too — unless the app strips it, which is when a plain list is the safer fallback. When a table is complex or full of long text, ask whether a table is even the right format: Reddit readers on mobile often prefer a clean bulleted list to a table they have to scroll horizontally.
Votre texte ne quitte jamais votre navigateur
Chaque outil fonctionne localement sur votre appareil. Rien de ce que vous collez n’est envoyé, stocké ou suivi.