Note
Welcome to Fizzy Notes
Welcome to Fizzy Notes
This is a public sample note used to verify the first notes pipeline.
It supports normal Markdown:
- lists;
- bold text;
- links such as Fizzy Space;
- code blocks.
It also supports inline math such as .
Block math works too:
export function square(x: number) {
return x * x
}