fix: trivial mathematical error
Some checks are pending
CI / build-nix (push) Waiting to run
CI / deploy (push) Blocked by required conditions

This commit is contained in:
Youwen Wu 2024-11-02 03:57:36 -07:00
parent 7600335b4d
commit b20e4a981d
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -68,7 +68,7 @@ actually makes it pretty elegant for declaring routes and "rendering" pipelines.
### speaking of math
We can have math inline, like so:
$\int_\infty^{-\infty} \, e^{-x^2}\,dx = \sqrt{\pi}$. This site ships semantic
$\int_{-\infty}^\infty \, e^{-x^2}\,dx = \sqrt{\pi}$. This site ships semantic
MathML math with its HTML, and the MathJax script to the client.
It'd be nice if MathML could just be used and supported across all browsers, but