Back to List

About

Heading Level 1

This is a paragraph under Heading 1. It is typically used for the main title of the document, but can be used within the content as well.

Heading Level 2

This is a paragraph under Heading 2. This is the most common heading level for main sections.

Heading Level 3

This is a paragraph under Heading 3. Used for subsections.

Heading Level 4

This is a paragraph under Heading 4.

Heading Level 5

This is a paragraph under Heading 5.

Heading Level 6

This is a paragraph under Heading 6.


Text Formatting

We support bold text for emphasis, italic text for slight emphasis, and strikethrough for deleted text. You can also use inline code for technical terms.

Links look like this: Visit our website.


Lists

Unordered List

  • Item 1
  • Item 2
    • Sub-item 2.1
    • Sub-item 2.2
  • Item 3

Ordered List

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

Blockquotes

This is a blockquote. It is used to highlight important information or quotes from other sources.

It can span multiple lines.


Code Blocks

JavaScript

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

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

CSS

body {
  background-color: #f0f0f0;
  color: #333;
}

Bash

npm install astro
npm run dev

Images

Placeholder Image Caption: A beautiful placeholder image.


Tables

Header 1 Header 2 Header 3
Left aligned Center aligned Right aligned
Cell 1 Cell 2 Cell 3
Cell 4 Cell 5 Cell 6

Horizontal Rule

The line above is a horizontal rule, created with three dashes ---.


Task List

  • Completed task
  • Incomplete task
  • Another incomplete task