What is Markdown? How to Use Markdown in WordPress?

Recently one of our users asked us what is Markdown? They heard about it from a friend who used Ghost blogging platform. Markdown is a simple markup language that converts plain text into HTML. Think of it as a much simpler text editor. In this article, we will show you how to use Markdown in WordPress.
Β 
What is Markdown?
Β 
Markdown is a markup language which converts plain text into HTML code. It allows users to use special characters like asterisk, number sign, underscore and dashes in Markdown syntax instead of HTML. This Markdown Syntax is then automatically converted into HTML.
Β 
For example:
Β 
**This is bold text**
Β 
The above text will be converted by Markdown into:
Β 
<strong>This is bold text</strong>
Β 
Markdown provides an efficient way to create rich text documents particularly for power users. If you use the text editor to write posts in WordPress, then Markdown can become a good alternate editor for you.
Β 
How to Add Markdown Support in WordPress
Β 
First thing you need to do is install and activate the WP-Markdown plugin. Upon activation, you need to visit Settings Β» Writing and scroll down to Markdown section.

You can enable WP-Markdown for posts, pages, and customΒ post types. You can also enable Markdown support for comments.

The plugin comes with a menu bar in the editing area, so you can easily add Markdown syntax. If you are new to Markdown, then you should enable the help bar. This will help you learn Markdown syntax quickly.

After enabling Markdown support, click on the save changes button to save your settings.

Using Markdown in WordPress Post Editor

Once you have enabled Markdown support for posts and pages, you can go toΒ Posts Β» Add NewΒ to see it in action.

First thing you will notice is the default WordPress visual and text editors are replaced by the Markdown editor.

The edit screen now shows a live preview of text you type into the editor. On top, you have Markdown help bar which allows you to insert Markdown syntax using buttons. This help bar is useful for new users to get acquainted with the Markdown syntax.

Markdown Syntax Cheat Sheet

Markdown syntax is very simple, but it may take some time to get used to of it. Here is a quick Markdown cheat sheet that you can use as a reference.

Input:
*This is emphasized Text*

Output:
This is emphasized Text

Input:
**This is bold text**

Output:
This is bold text

Input:
#This is Heading 1#

Output:

This is heading 1

Input:
##This is Heading 2##

Output:

This is heading 2

Input:
###This is Heading 3###

Output:

This is heading 3

Input:[WPBeginner](https://www.wpbeginner.com)

Output
WPBeginner

Input
1. Ordered list item 1
2. Ordered list item 2
3. Ordered list item 3

Output

  1. Ordered list item 1
  2. Ordered list item 2
  3. Ordered list item 3

Input
*Unordered list item 1
*Unordered list item 2
*Unordered list item 3

Output

  • Unordered list item 1
  • Unordered list item 2
  • Unordered list item 3

Adding Videos When Using Markdown in WordPress

Normally you can embed any YouTube video by simply pasting the video URL in post editor. This will not work with WP-Markdown enabled. You will need to wrap your video URL intoΒ 

</strong> shortcode. Like this:</p> <p><code>https://www.youtube.com/watch?v=qzOOy1tWBCg

We hope this article helped you learn about Markdown and how to use it in WordPress. If you feel Markdown is not what you were looking for, then tryΒ full screen distraction free editorΒ in WordPress.

If you liked this article, then please subscribe to ourΒ YouTube ChannelΒ for WordPress video tutorials. You can also find us onΒ TwitterΒ andΒ Google+.

Leave a Reply

Your email address will not be published. Required fields are marked *

error: Content is protected !!

Pin It on Pinterest

Add address