• 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 .

How to Use Text Formatting on Reddit Using Markdown Mode - 1

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

How to Use Text Formatting on Reddit Using Markdown Mode - 2

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

How to Use Text Formatting on Reddit Using Markdown Mode - 3

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

How to Use Text Formatting on Reddit Using Markdown Mode - 4

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

How to Use Text Formatting on Reddit Using Markdown Mode - 5

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

How to Use Text Formatting on Reddit Using Markdown Mode - 6

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

How to Use Text Formatting on Reddit Using Markdown Mode - 7

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

How to Use Text Formatting on Reddit Using Markdown Mode - 8

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.

How to Use Text Formatting on Reddit Using Markdown Mode - 9

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

How to Use Text Formatting on Reddit Using Markdown Mode - 10

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.

How to Use Text Formatting on Reddit Using Markdown Mode - 11

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

How to Use Text Formatting on Reddit Using Markdown Mode - 12

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.

How to Use Text Formatting on Reddit Using Markdown Mode - 13

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

How to Use Text Formatting on Reddit Using Markdown Mode - 14

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.

How to Use Text Formatting on Reddit Using Markdown Mode - 15

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

How to Use Text Formatting on Reddit Using Markdown Mode - 16

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.

How to Use Text Formatting on Reddit Using Markdown Mode - 17

Here’s what the output looks like.

How to Use Text Formatting on Reddit Using Markdown Mode - 18

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.

How to Use Text Formatting on Reddit Using Markdown Mode - 19

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

How to Use Text Formatting on Reddit Using Markdown Mode - 20

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/’.

How to Use Text Formatting on Reddit Using Markdown Mode - 21

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

How to Use Text Formatting on Reddit Using Markdown Mode - 22

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.

How to Use Text Formatting on Reddit Using Markdown Mode - 23

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

How to Use Text Formatting on Reddit Using Markdown Mode - 24

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.

How to Use Text Formatting on Reddit Using Markdown Mode - 25

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.

How to Use Text Formatting on Reddit Using Markdown Mode - 26

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

How to Use Text Formatting on Reddit Using Markdown Mode - 27

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.

How to Use Text Formatting on Reddit Using Markdown Mode - 28

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

How to Use Text Formatting on Reddit Using Markdown Mode - 29

Alternatively, you can also add a numerical list.

How to Use Text Formatting on Reddit Using Markdown Mode - 30

Here’s what the output will look like.

How to Use Text Formatting on Reddit Using Markdown Mode - 31

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.

How to Use Text Formatting on Reddit Using Markdown Mode - 32

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

How to Use Text Formatting on Reddit Using Markdown Mode - 33

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.

How to Use Text Formatting on Reddit Using Markdown Mode - 34

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

How to Use Text Formatting on Reddit Using Markdown Mode - 35

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

How to Use Text Formatting on Reddit Using Markdown Mode - 36

Was this helpful?