template

May 4, 2025

h1

h2

h3

h4

h5
h6

Paragraphs

This is a simple paragraph to demonstrate how text looks in Markdown. You can have multiple paragraphs like this.

Blockquote

This is a blockquote. It can span multiple lines.

Blockquotes are useful for citing others.

Lists

Unordered List

  • Item One
  • Item Two
  • Item Three

Ordered List

  1. First Item
  2. Second Item
  3. Third Item

Links

OpenAI

Images

Alt Text

Code

Inline Code

This is an example of inline code in a sentence.

Code Block

const greet = () => {
  console.log('Hello, World!');
};