From b9ec1a9e26663e9da0a84791891750b1c125b139 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Sun, 22 Mar 2026 15:52:52 +0100 Subject: [PATCH 1/2] add a mathml rendering test blog post --- .../en/blog/uncategorized/mathml-rendering.md | 127 ++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 apps/site/pages/en/blog/uncategorized/mathml-rendering.md diff --git a/apps/site/pages/en/blog/uncategorized/mathml-rendering.md b/apps/site/pages/en/blog/uncategorized/mathml-rendering.md new file mode 100644 index 0000000000000..6ee599c229126 --- /dev/null +++ b/apps/site/pages/en/blog/uncategorized/mathml-rendering.md @@ -0,0 +1,127 @@ +--- +date: 2026-02-20T17:00:00.000Z +category: uncategorized +title: MathML Rendering Test +layout: blog-post +author: Joyee Cheung +--- + +Testing block and inline MathML rendering. Geometric series, finite and infinite: + + + + + + Sn + = + + + k=0 + n-1 + + rk + = + + 1-rn + 1-r + + , + + r + + 1 + + + + + S + = + + + k=0 + + rk + = + + 1 + 1-r + + , + + |r| + < + 1 + + + + + +RMSE, where ei2=(yi-y^i)2 and capacity grows as 2N-1: + + + + + + RMSE + = + + + 1 + N + + + + i=1 + + + + ( + yi + - + y^i + ) + + 2 + + + + + + + NRMSE + = + 100 + + + + 1 + N2 + + + + i,j + + + + ( + + ci,j-expected + expected + + ) + + 2 + + + + + + + +Some inline bitwise stuff: + +- abb=a +- x&(2k-1)x(mod2k) +- -x=¬x+1 +- x<<k=x2k +- x>>k=x/2k From 40a7da61642cceb0e069bbb7a546cae50300dc4a Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Sun, 22 Mar 2026 11:28:08 -0400 Subject: [PATCH 2/2] Rename mathml-rendering.md to mathml-rendering.mdx --- .../uncategorized/{mathml-rendering.md => mathml-rendering.mdx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename apps/site/pages/en/blog/uncategorized/{mathml-rendering.md => mathml-rendering.mdx} (100%) diff --git a/apps/site/pages/en/blog/uncategorized/mathml-rendering.md b/apps/site/pages/en/blog/uncategorized/mathml-rendering.mdx similarity index 100% rename from apps/site/pages/en/blog/uncategorized/mathml-rendering.md rename to apps/site/pages/en/blog/uncategorized/mathml-rendering.mdx