Math and codeJuly 22, 2026·1 min read·engineering·Updated July 23, 2026#astro#katex#shikiOn this pageInline and block mathA code blockInline and block math Euler’s identity is eiπ+1=0e^{i\pi} + 1 = 0eiπ+1=0. ∫0∞e−x2 dx=π2\int_0^\infty e^{-x^2}\,dx = \frac{\sqrt{\pi}}{2}∫0∞e−x2dx=2π A code block export function add(a: number, b: number): number { return a + b; }PreviousHello, world