Test markdown syntax

Emphasis

This will be italic
This will be bold

List

Unordered list

  • Item 1
  • Item 2
  • Item 3

Ordered list

  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 3.1

Blockquote

This is the first sentence testing blockquote

This is the second sentence

This is third sentence

Code block

1
2
let message = 'Hello world';
console.log(message);

Inline code

This is an inline code.

This is a link.