From bac067a6137500310a5c6cfb62ec3bdf72ea1a61 Mon Sep 17 00:00:00 2001 From: Jake Turner <52841588+jakeaturner@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:41:50 -0700 Subject: [PATCH] Fix typo in chtml.rst --- options/output/chtml.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/output/chtml.rst b/options/output/chtml.rst index 85bb01c0..b6ea72be 100644 --- a/options/output/chtml.rst +++ b/options/output/chtml.rst @@ -25,7 +25,7 @@ The Configuration Block MathJax = { chtml: { - mathcFontHeight: true, // True to scale the math to match the ex-height of the surrounding font + matchFontHeight: true, // True to scale the math to match the ex-height of the surrounding font fontURL: URL, // The URL where the fonts are found dynamicPrefix: URL, // The URL where dynamic ranges of the font data are located adaptiveCSS: true, // true means only produce CSS that is used in the processed equations