From 34a692175548559b5e3f0e448b125e343d542a88 Mon Sep 17 00:00:00 2001 From: Taksh Date: Wed, 24 Jun 2026 17:05:48 +0530 Subject: [PATCH] fix: escape inline subscripts on BHH constant page Issue #8: Kramdown treats unescaped _ in $C_{12}$, $L_{n}$, and $\beta_{2}$ as emphasis markers, breaking MathJax on constants/12a.html. Co-authored-by: Cursor --- constants/12a.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/12a.md b/constants/12a.md index 12f18d8..783816a 100644 --- a/constants/12a.md +++ b/constants/12a.md @@ -3,7 +3,7 @@ ## Description of constant -$C_{12} = \beta_{2}$ is the constant such that the length $L_{n}$ of the shortest tour through $n$ independent uniform random points satisfies $L_{n}/\sqrt{n}\to \beta_{2}$ almost surely. +$C\_{12} = \beta\_{2}$ is the constant such that the length $L\_{n}$ of the shortest tour through $n$ independent uniform random points satisfies $L\_{n}/\sqrt{n}\to \beta\_{2}$ almost surely. ## Known upper bounds