Hello World
This is a summary of my first blog post using Next.js and Contentlayer.
January 8, 2025
•1 min read
Loading...
January 8, 2025
•1 min read
This is a bold text and this is italicized text. You can also use underscores for emphasis.
Here's a quick list of markdown features:
const test = "hello"Here's a JavaScript code block with syntax highlighting:
javascriptfunction greeting(name) { return `Hello, ${name}!`; } // Call the function console.log(greeting('World'));

Visit Next.js to learn more about the framework.
| Feature | Supported |
|---|---|
| Tables | ✅ |
| Lists | ✅ |
| Code | ✅ |
This is a blockquote example. It can span multiple lines.
Horizontal rule:
Inline code like const x = 100; is also supported.
python# Python example def hello(): print("Hello from Python!")