Hello World
This is my first post to test out how things look in markdown.
2 min
25 views
Published March 1, 2026
Hello
World
I'm using this post to test out how things look with Markdown (MDX) syntax. Over time, I'll be posting more about my pet projects, thoughts on technology, and maybe even some fun personal stories.
What's This About?
This blog will serve as a way for me to share my experiences, projects, and random thoughts with the world. For now, I'm testing the waters and making sure everything looks good. Stay tuned for more meaningful content soon..
Testing Markdown Features
Here's some common Markdown features:
Headers
- Use
#for H1 headers - Use
##for H2 headers - Use
###for H3 headers
Lists
- Unordered lists
- Ordered lists with numbers
- First item
- Second item
Code Snippets
print("Hello, world!")
Links
Links
Images
![]()
React Components
Counter: 0
That's it for this test post! Check back soon for more updates, and thanks for stopping by!
-- Anders