Heading Levels

H1 Heading

H2 Heading

H3 Heading


Lists

  • First item
  • Second item
  • Nested item A
  • Nested item B
  1. Install dependencies
  2. Start the server
  3. Verify the output

Blockquote

Markdown should be readable in raw form and pleasant in rendered form.


Table

Language Year Use Case
Python 1991 General
JavaScript 1995 Web
Rust 2015 Systems

Code

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