Main Heading

Text Formatting

This paragraph demonstrates bold text, italic text, and bold italic. You can also use inline code and strikethrough text.

Here's a link to Google and an internal link.

Lists

Unordered List

  • First item with bold text
  • Second item with italic
    • Nested item
    • Another nested item
      • Deep nesting
  • Third item with code

Ordered List

  1. First step
  2. Second step
    1. Sub-step A
    2. Sub-step B
  3. Third step with a link

Task List

  • Completed task
  • Also completed
  • Pending task
  • Another pending task

Code Blocks

Ruby example:

def hello_world
  puts "Hello, World!"
end

# This is a comment
3.times { hello_world }

JavaScript example:

const greet = (name) => {
  return `Hello, ${name}!`;
};

console.log(greet("Developer"));

Tables {#tables}
Header 1	Header 2	Header 3
Row 1, Col 1	Row 1, Col 2	Row 1, Col 3
Row 2, Col 1	Bold text	code
Row 3, Col 1	Italic	Link
Row 4, Col 1	~~Strikethrough~~	Normal
Alignment Table
Left Aligned	Center Aligned	Right Aligned
Left	Center	Right
Data	Data	Data
More	More	More