
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
- Ordered Subitem 2a
- 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
- Ordered list example
- Second item
- Nested unordered list
- Another nested item
- Third item
Heading Level 6
Table Example:
Name | Age | Occupation |
---|---|---|
Alice | 30 | Engineer |
Bob | 25 | Designer |
Charlie | 35 | Product Manager |
Code Block Example:
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet("Hyperoot");
Inline code example: npm install astro
Image Example:
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: 😎 ✨ ✅ ❌