Ashwin De Silva

Hello, math

Inline math like eiπ+1=0e^{i\pi} + 1 = 0 and display math both work; they are rendered to HTML at build time, so no JavaScript is needed.

0ex2dx=π2\int_0^\infty e^{-x^2}\,dx = \frac{\sqrt{\pi}}{2}

A code block:

def f(x):
    return x ** 2

← all posts