This is a test post in the misc section. If you can see this content at pranavmital.com/test-misc-post
, the setup is working correctly!
Features of Misc Posts
- They are accessible directly at the root URL (e.g.,
pranavmital.com/post-name
) - They don't show up in any automatic listing
- They can be linked to manually when needed
- They support all MDX features just like blog posts
Test MDX Features
Here's a code block:
def hello_world():
print("Hello from misc post!")
And here's a blockquote:
This is a blockquote in the misc post.