Testing My Blog Setup
•less than a minute read•Your Name
testsetup
Testing My Blog
This is a test post to make sure everything works!
Features to Test
Here's what we're testing:
- Markdown rendering
- Code blocks
- Links and formatting
Code Example
Here's some inline code: const greeting = "Hello World"
And a code block:
function sayHello(name) {
return `Hello, ${name}!`
}
Lists
Ordered:
- First item
- Second item
- Third item
Unordered:
- Item one
- Item two
- Item three
Links
Check out Next.js for more info.
Blockquote
This is a blockquote. It should look different from regular text.
Conclusion
If you can read this, your blog is working! 🎉