HEADERS

Markdown input Output
 # Heading One

 ## Heading Two

 ### Heading Three

 #### Heading Four

 ##### Heading Five

 ###### Heading Six

Heading One

Heading Two

Heading Three

Heading Four

Heading Five
Heading Six
 Heading One
 ===========

 Heading Two
 -----------

Heading One

Heading Two

PARAGRAPHS

Markdown input Output
 A paragraph is simply one
 or more consecutive lines
 of text, separated by one
 or more blank lines.

 This is another paragraph.

A paragraph is simply one or more consecutive lines of text, separated by one or more blank lines.

This is another paragraph.

 To create a line
 break, end a line in a
 paragraph with two or more
 spaces.

To create a line
break, end a line in a
paragraph with two or more
spaces.

LISTS

Markdown input Output
 * Item 1
 * Item 2
 * Item 3

 + Item 1
 + Item 2
 + Item 3

 - Item 1
 - Item 2
 - Item 3
  • Item 1
  • Item 2
  • Item 3
  • Item 1
  • Item 2
  • Item 3
  • Item 1
  • Item 2
  • Item 3
 1. Item 1
 2. Item 2
 3. Item 3
  1. Item 1
  2. Item 2
  3. Item 3
 * Item 1
   1. Item 2
      + Item 3
   2. Item 4
  • Item 1
    1. Item 2
      • Item 3
    2. Item 4
 Term
 : Definition
Term
Definition

EMPHASIS

Markdown input Output
 I am *emphasized*

 I am _emphasized_

I am emphasized

I am emphasized

 I am **bold**

 I am __bold__

I am bold

I am bold