Markdown Example

Basic Syntax

Bold

I just love bold text.

Italic

Italicized text is the cat's meow.

Bold and Italic

This text is really important.

Blockquote

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

Ordered List

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

Unordered List

  • First item
  • Second item
  • Third item
  • Fourth item

Code

At the command prompt, type nano.

Code Block

Horizontal Rule


My favorite search engine is Google.

Image

Crater Lake

Extended Syntax Syntax

Table

SyntaxDescriptionTest Text
HeaderTitleHere's this
ParagraphTextAnd more

Fenced Code Block

{
"firstName": "John",
"lastName": "Smith",
"age": 25
}

Syntax Highlighting

{
"firstName": "John",
"lastName": "Smith",
"age": 25
}

Footnote

A sentence with a footnote1

Footnotes

  1. This is the footnote.