My First Blog Post with LaTeX
Hello, World!
This is a blog post written in Markdown.
LaTeX Math Support
Euler's identity is beautifully written as inline math: .
Here is a block equation:
Code Blocks
Here is a Next.js component:
export default function Home() {
return <h1>Hello Next.js</h1>;
}