Introduction

This is a sample markdown document that demonstrates various formatting options.

Basic Text Formatting

You can use bold text and italic text to emphasize content. You can also use inline code for technical terms.

Lists

Unordered List

  • First item
  • Second item
  • Third item

Ordered List

  1. Step one
  2. Step two
  3. Step three

Code Block

function greetUser(name) {
    return `Hello, ${name}!`;
}

Blockquote

This is a sample blockquote that can be used to highlight important information or quotes.

Link

For more information, visit GitHub.