From 5fa6605116885fd495800fadc9a84b6734935b1f Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 25 May 2024 13:31:50 -0700 Subject: [PATCH] content: add inline math demo --- src/posts/2024-05-25-haskell-blog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/posts/2024-05-25-haskell-blog.md b/src/posts/2024-05-25-haskell-blog.md index bf38013..7205e51 100644 --- a/src/posts/2024-05-25-haskell-blog.md +++ b/src/posts/2024-05-25-haskell-blog.md @@ -76,8 +76,9 @@ _bytes_. I only ship a few fonts and a minified stylesheet. ### speaking of math -Instead of using KaTeX or MathJax, this site uses MathML. There's pros and cons -to this. +We can have math inline, like so: +$\int_\infty^\infty \, e^{-x^2}\,dx = \sqrt{\pi}$. Instead of using KaTeX or +MathJax, this site uses MathML. There's pros and cons to this. Pros: