This website is now written in Typst!

What follows are some fragments of Typst code taken from somewhere else, to make sure that all the Typst stuff works correctly

Heading 1

Heading 2

Heading 3

single_line_func()

bold

italic

Blockquote
#include <stdio.h>

int main() {
printf("Hello, World!\n");
return 0;
}
{
"user": {
"id": 1024,
"name": "Alice Nguyen",
"roles": ["editor", "reviewer"],
"active": true
},
"metrics": {
"requests_today": 57,
"avg_latency_ms": 142,
"error_rate": 0.013
},
"settings": {
"theme": "dark",
"notifications": {
"email": true,
"sms": false
}
}
}