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 a2+b2=c2.
Block math works too:
k=0∑nk=2n(n+1)
export function square(x: number) {
return x * x
}