Welcome to sirod.dev. This is a sample post.

Inline math: E=mc2E = mc^2.

Display math:

01x2dx=13\int_0^1 x^2 dx = \frac{1}{3}
export function greet(name: string) {
  return `Hello, ${name}`;
}