Heading level 1

Heading level 1

Heading level 2

Heading level 2

Heading level 3

Heading level 3

Heading level 4

Heading level 4

Heading level 5

Heading level 5

Heading level 6

Heading level 6


Paragraphs

I really like using Markdown.

I think I'll use it to format all of my documents from now on.

Line Breaks

This is the first line.
And this is the second line.

Emphasis

Bold

I just love bold text.

I just love bold text.

Loveisbold

Italic

Italicized text is the cat's meow.

Italicized text is the cat's meow.

Acatmeow

Bold and Italic

This text is really important.

This text is really important.

This text is really important.

This text is really important.

Blockquotes

Dorothy followed her through many of the beautiful rooms in her castle.

Blockquotes with Multiple Paragraphs

Dorothy followed her through many of the beautiful rooms in her castle.

The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.

Blockquotes with Other Elements

The quarterly results look great!

Lists

Ordered Lists

  1. First item
  2. Second item
  3. Third item
    1. Indented item
    2. Indented item
  4. Fourth item

Unordered Lists

Adding Elements in Lists

Paragraphs

Blockquotes

Code Blocks

  1. Open the file.

  2. Find the following code block on line 21:

    <html>
     <head>
       <title>Test</title>
     </head>
    <html>
  3. Update the title to match the name of your website.

Images

  1. Open the file containing the Linux mascot.

  2. Marvel at its beauty.

    Tux, the Linux mascot

  3. Close the file.

Code

At the command prompt, type nano.

Escaping Tick Marks

Use `code` in your Markdown file.

Code Blocks

<html>
  <head>
  </head>
</html>
function marker () {
  console.log('hello, marker !');
}

marker();

Horizontal Rules




Links

My favorite search engine is Duck Duck Go.

Adding Titles

My favorite search engine is Duck Duck Go.

URLs and Email Addresses

https://www.markdownguide.org fake@example.com

Formatting Links

I love supporting EFF. This is the *Markdown Guide*.

Images

Philadelphia's Magic Gardens. This place was so cool!

Linking Images

An old rock in the desert

Table

First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column