markdown_guide

Visit MarkDownGuide for basic-syntax

Heading level 1

Heading level 2

Heading level 3

Heading level 4

Heading level 5
Heading level 6

Heading level 1

Heading level 2

Don't Do this

#Here's a Heading

Without blank lines, this might not look right.

Heading

Don't do this!

Try to put a blank line before...

Heading

...and after a heading.

Don't put tabs or spaces in front of your paragraphs.

Keep lines left-aligned like this.

I just love bold text.

I just love bold text.

Loveisbold

Don't do this. Love__is__bold

Italicized text is the cat's meow.

Italicized text is the cat's meow.

Acatmeow

Don't do this A_cat_meow

This text is really important.

This text is really important.

This text is really important.

This text is really important.

This is reallyveryimportant text.

Don't... This is really___very___important text.

To create a blockquote, add a > in front of a paragraph.

nested blockquote

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

The Witch bade her clean the pots.

The quarterly results look great!

  • Revenue was off the chart.
  • Profits were higher than ever.

Everything is going according to plan.

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

If you need to start an unordered list item with a number followed by a period, you can use a backslash () to escape the period.

  • 1968. A great year!
  • I think 1969 was second best.

add an image Tux, the Linux mascot

Use `code` in your Markdown file.

Try to put a blank line before...


...and after a horizontal rule.

My favorite search engine is Duck Duck Go.

To quickly turn a URL or email address into a link, enclose it in angle brackets.

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

I love supporting the EFF. This is the Markdown Guide. See the section on code

* Without the backslash, this would be a bullet in an unordered list.

Character Name \ backslash ` backtick (see also escaping backticks in code)

  • asterisk _ underscore { } curly braces [ ] brackets < > angle brackets ( ) parentheses

pound sign

  • plus sign
  • minus sign (hyphen) . dot ! exclamation mark | pipe (see also escaping pipe in tables)

=======

Visit MarkDownGuide for basic-syntax

2a3aeac36f9ccbcb42628e94a8bd59da49200e60