- Markdown mode is a syntax-based text formatting tool available on the web version of Reddit.
- You can add emphasis to your text, add a strikethrough, superscript, line breaks, etc. to your text.
- You can add different headings, inline code, and links, classify text as a spoiler, add tables, lists, code blocks, and more.
How to Format Text on Reddit: Basic Text Formatting in Markdown Mode
We’ll show you how to add emphasis to your text, add a strikethrough, superscript, line breaks, headers, and more basic text formatting options on Reddit. Let’s begin.
1. Emphasis
Italics: To add italics text, you need to place the characters between an asterisk (*) at either end .

Here’s how the text looks after adding the bold syntax for the word ‘interesting’.

Bold: To add bold text, place the characters between two asterisk marks (**) at either end .

Here’s what the text looks like after adding the bold syntax for the word ‘interesting’.

Bold & Italics: If you want the content to be displayed in both bold and italics, here’s what the syntax looks like.

The word ‘interesting’ is made to be displayed in both bold and italics.

Strikethrough: Add three tilde (~) characters at either end of the word you want to strikethrough.

Here’s how we struck through the word ‘corrected’ in the example.

2. Superscripts
Here’s how you can add superscripts on Reddit. All you need to do is add the characters within a parenthesis and add the caret (^) character before opening the parenthesis.

Here’s how we added a superscript to my name, ‘Supreeth,’ in the example.

3. Sections and Headers
You can provide a better structure to your content on Reddit posts using headings. You get multiple levels of headings, and all you need to do is add the hash (#), followed by a space and then the heading text. To proceed to the descending heading, increase the count of the ‘#’ character.
Here’s how we added headings of four different levels.

And here’s how it looks when you publish the post.

4. Line Breaks
Line breaks can be used to indicate separation between two sentences. You can add a sentence, add two new empty lines, and add three or more hyphens (-) to add a line break. Here’s a quick example.

Here’s what a line break looks like when you publish a post.

5. Blockquotes
Blockquotes can help you offset a sentence from the surrounding content. To add a blockquote on Reddit, add the greater than (>) character before a syntax.

Here’s what a sentence looks like within a blockquote in a published post.

How to Use Markdown Mode to Add a Table on Reddit
Tables are a great way to convey information in the most efficient way possible through sorting and organizing data in rows and columns. Here’s how you can add a table in Reddit.
- Columns are separated by the pipe ( | ) , and the header row is separated by the hyphen (-) .
- However, do note that you do not have to align all the characters while typing – the columns, rows, and headers will automatically align themselves.
- Further, entering just one hyphen below the header row will also do.
By default, data is aligned to the left. To right-align the data in a column, just add a period ( . ) before adding hyphens below the header row for that column.
To center align the data, add a period ( . ) on both ends of the hyphens below the header row for that column.

Here’s what the output looks like.

How to Insert Links to Reddit Posts in Markdown Mode
If you are adding references to external sources within the content of your post on Reddit, URL links come in handy. However, adding a long URL within the text does no good for readability. Therefore, consider adding a hyperlink.
Add the l ink text within square brackets , and add the URL within parentheses.

Here’s what the output looks like for the example syntax in the above picture.

However, if you are adding an internal link for a subreddit or a user profile on Reddit, add the name of the subreddit after ‘r/’ and the username after ‘u/’.

Here’s how the links for a subreddit and a user will be presented in a published post.

How to Insert Code on Reddit in Markdown Mode
Content related to programming on Reddit forums has long helped computer science students and engineers. If you want to add code to your Reddit post, here’s how you can do it.
Insert an Inline Code
If you want to add a piece of code within a sentence, add them within single quotes . Take a look at the example below.

Here’s what an inline code looks like on a published post.

Insert Code Blocks on Reddit
If you want to insert an entire code block, add four spaces before each line of code. Take a look at the example below.

However, adding multiple spaces before each line of code can indeed get tedious. Therefore as an alternative, you can add three backtick characters ( ` ) between the lines of code.

Here’s how the code block will look on a published post.

How to Create Lists and Bullet Points on Reddit Using Markdown Mode
Lists are useful to add information in the form of points. Here’s how you can add a simple list. You need to add a hyphen (-) and a space character before you start the point.

Here’s how the list will look like when you publish the post.

Alternatively, you can also add a numerical list.

Here’s what the output will look like.

If you want to add a nested list, you can simply add more indentation before the point begins. Take a look at the example below.

Here’s how a nested list looks when you publish the post.

How to Add Spoilers on Reddit Text
Reddit is also a platform where people often discuss and reflect on movies, shows, and books they consume. Therefore, it can also be difficult not to add spoilers to conversations, as you might ruin someone’s day.
However, there are a plethora of tools to classify text as spoilers on Reddit . You can check our article to learn how to add the spoiler tag.
Here’s what the spoiler text would look like in your post.

If you are viewing a spoiler, click on the colored text that says Reveal spoiler.

Once the color fades out, you can see the spoiler.
