Sample Document

This is a paragraph of placeholder text written in Markdown.

Features

  • Simple bullet list
  • Bold text
  • Italic text
  • inline code
  • A numbered list

Code Block

def greet(name):
    return f"Hello, {name}!"

Done.