Mathematics in Hugo

Math!

$$ \frac{d}{dx} \left( e^x \right) = e^x $$

$$ \int_{0}^{\infty} e^{-x^2} , dx = \frac{\sqrt{\pi}}{2} $$

And code!

    def hello_world():
        print("Hello, world!")