labs · 1 min read
Hello, world Andrew
First lab — exercises the rendering pipeline.
published 2026-05-06
This is a sample lab. It exercises every renderer.
A code block
function greet(name: string) {
return `hello, ${name}`;
}
A Mermaid diagram
A KaTeX equation
Inline:
Block:
Done
End of sample.