Markdown Toolbox Logo Markdown Toolbox
Home
Blog

How to Use Markdown Mode on Reddit

2024-02-07

Short version

In Reddit's editor, switch to markdown mode by selecting the Switch to markdown link near the bottom of the text box. Here, you can use standard markdown syntax.

*I am italicized*

**I am bold**

I am italicized

I am bold

Long version

Introduction

Reddit offers a markdown mode in its post editor, allowing users to format their posts using markdown syntax. This feature is especially useful for those familiar with markdown or who prefer more control over post formatting.


Activating Markdown Mode

To use markdown in Reddit:

  • Find the Switch to markdown link near the bottom of the post editor.
  • Click it to enable markdown mode.

Now you're ready to format your post using markdown syntax.


Basic Markdown Syntax

Here are some common markdown formatting tools to get you started:

  • Italicize text by enclosing it in single asterisks or underscores.
  • Bold text is achieved by using double asterisks or underscores.
  • Inline code is enclosed in backticks.

Tips for Markdown on Reddit

  • Preview your post to ensure formatting is correct before submitting.
  • Familiarize yourself with markdown syntax for more complex formatting.

Author's Note: This guide aims to introduce users to markdown on Reddit, but remember that practice makes perfect. Experiment with different formatting to find what works best for your posts.