RD
Neofetch output of Arch Linux
Jul 21, 2023

Sample Markdown

Heading Level 1

This is a sample paragraph under Heading 1. You can include italic, bold, or inline code here. Here’s a link to Astro.

Heading Level 2

Another paragraph with more content. Here’s a line with a footnote1.

Heading Level 3

Nested list example:

  • Item 1
    • Subitem 1a
    • Subitem 1b
  • Item 2
    1. Ordered Subitem 2a
    2. Ordered Subitem 2b
  • Item 3

Heading Level 4

This is a blockquote. It can span multiple lines.

  • It can also contain lists
  • Nested within the blockquote
Heading Level 5
  1. Ordered list example
  2. Second item
    • Nested unordered list
    • Another nested item
  3. Third item
Heading Level 6

Table Example:

NameAgeOccupation
Alice30Engineer
Bob25Designer
Charlie35Product Manager

Code Block Example:

function greet(name) {
  console.log(`Hello, ${name}!`);
}
greet("Hyperoot");

Inline code example: npm install astro

Image Example:

Placeholder Image

Footnote Example:

This is some text with a footnote.1

Horizontal Rule Example:

Task List Example:

  • Completed task
  • Incomplete task
  • Another task

Blockquote with nested elements:

Nested Heading

Some quote text here with bold and italic styles.

# Python code block inside blockquote
def hello():
    print("Hello World")

Definition List Example:

Term 1 : Definition of term 1

Term 2 : Definition of term 2

Emoji and Special Characters:

I ❤️ Markdown! Check these out: 😎 ✨ ✅ ❌

Footnotes

  1. This is the footnote content. You can include links like this. 2