back to blog
Hello World!

Hello World!

July 19, 2025

I'm using this post to test out MDX and make sure everything is working correctly.

What's This Blog All About?

This blog will serve as a way for me to share my projects, experiences, and thoughts. Perhaps I'll even try out and review new technologies as they come out. For now, I’m testing the waters and making sure everything looks good. Stay tuned for more meaningful content soon.

Testing MDX Features

All the markdown basics are still here:

Headers

Sub-headers

Sub-sub-headers


Lists

  • Unordered lists with - or *
  • Ordered lists with numbers
  1. First item
  2. Second item

Code Snippets

Inline code snippets retain the backticks encasing them. However, code blocks work as usual:

print("Hello, world!")

Links

MDX Site

Images

MDX Logo

React Components

The advantage of using MDX over traditional markdown (among many other things) is that you can embed React components directly into the .mdx file! For example, here's your basic counter component:

Counter: 0


That’s it for this test post! Check back soon for more updates, and thanks for stopping by!