General1 min read
Hello World
-
Welcome
This is the first post on the blog. Let me test various content features below.
Links and Styling
Here is a link to an external site and some bold text, italic text, and inline code.
Code Block
function greet(name: string): string {
return `Hello, ${name}!`;
}
console.log(greet('World'));
Images
Images should render properly with responsive sizing and no broken layouts.
Blockquote
This is a blockquote. It should be styled differently from the rest of the text to provide visual distinction.
Lists
- Item one
- Item two
- Item three
- First step
- Second step
- Third step
Heading Levels
This is H3
Some content under H3.
Another H3
More content here to test the table of contents navigation.
Conclusion
This post tests the basic rendering pipeline. The comment section, like button, and visitor counter should appear below.