This site is generated by Quartz. See the documentation for more information.
Maths
$\sqrt{x}/x^2$
$$
I = \int_0^1 e^x \sin(x)
$$
Code
a = 1
b = 1:10
println(a)
a = 1
b = range(1:11)
print(a)
GitHub Style Alerts/Callouts
> [!warning]
>
> Some sort of warning.
Warning
Some sort of warning.
> [!note] A title
>
> Notes with titles and descriptions.
A title
Notes with titles and descriptions.
Internal Links
[[about]]