My First Post
Welcome to my blog! This is a sample post to test the layout and styling. This is a regular paragraph with bold text, italic text, strikethrough, inline code, and a link to Astro.
Headings
Heading 2 (h2)
Heading 3 (h3)
Heading 4 (h4)
Heading 5 (h5)
Heading 6 (h6)
Blockquotes
This is a blockquote. It should be italic with a left border.
Nested blockquotes also work.
Lists
Unordered
- Item one
- Item two
- Nested item
- Another nested
- Item three
Ordered
- First step
- Second step
- Sub-step A
- Sub-step B
- Third step
Code
Here is inline code within a sentence.
// A TypeScript code block
function greet(name: string): string {
return `Hello, ${name}!`;
}
const message = greet('Astro');
console.log(message);
Table
| Feature | Status | Version |
|---|---|---|
| Routing | ✅ Done | 7.0 |
| Content Collections | ✅ Done | 7.0 |
| View Transitions | ✅ Done | 7.0 |
| Image Optimization | 🚧 WIP | 8.0 |
Other elements
Ctrl + C (keyboard input)
A horizontal rule appears above and below this paragraph.