From b20e4a981d01e2962c8c8e775cfaf81308bf3b01 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 2 Nov 2024 03:57:36 -0700 Subject: [PATCH] fix: trivial mathematical error --- src/posts/2024-05-25-haskell-blog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts/2024-05-25-haskell-blog.md b/src/posts/2024-05-25-haskell-blog.md index 1a7dc2f..1fda9e5 100644 --- a/src/posts/2024-05-25-haskell-blog.md +++ b/src/posts/2024-05-25-haskell-blog.md @@ -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