Hello, world

· 1 min read

#meta

If you can read this at /blog/hello-world, the pipeline works: frontmatter is validated at build time, Markdown is rendered to HTML, and the post is listed on the blog index.

A heading

Body text with a link, inline code, and a list:

Math

Inline math such as E=mc2E = mc^2 renders at build time, and so do display blocks:

0exdx=1\int_0^\infty e^{-x}\,dx = 1

Diagram

Rendered to inline SVG at build time (no client-side JavaScript):

Prompt

LLM

Response

Code

A fenced code block (syntax-highlighted at build time by Shiki):

export function greet(name: string): string {
  return `Hello, ${name}`;
}

Comments

Loading comments…

← All posts