Skip to content
General1 min read

Hello World

-

Welcome

This is the first post on the blog. Let me test various content features below.

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
  1. First step
  2. Second step
  3. 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.

Share