Hello World
First post on the new portfolio — testing MDX, syntax highlighting, and custom components.
metanextjsmdx
Welcome to the blog. This post tests all the custom MDX components.
Callout Test
info
This is an info callout. Obsidian > [!info] blocks convert to this.
warning
This is a warning. Use it for gotchas and caveats.
Mermaid Test
Code Block Test
const hello = (name: string) => `Hello, ${name}!`