From ea213fb817a9dbfcdf49a2f57a1125d3f912df9d Mon Sep 17 00:00:00 2001 From: cirry <1a2s3d@#> Date: Mon, 26 Aug 2024 16:08:52 +0800 Subject: [PATCH] fix: fix mathjax block mode --- src/content/blog/new-features.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/blog/new-features.md b/src/content/blog/new-features.md index 4ea7e54..b2a4dd2 100644 --- a/src/content/blog/new-features.md +++ b/src/content/blog/new-features.md @@ -125,12 +125,12 @@ classDiagram mathjax: true --- hello! -$$ \displaystyle\sum_{i=0}^N\int_{a}^{b}g(t,i)\text{d}t $$ +$$ \sum_{i=0}^N\int_{a}^{b}g(t,i)\text{d}t $$ hello! ``` hello! -$$ \displaystyle\sum_{i=0}^N\int_{a}^{b}g(t,i)\text{d}t $$ +$$ \sum_{i=0}^N\int_{a}^{b}g(t,i)\text{d}t $$ hello! #### Inline Mode @@ -139,10 +139,10 @@ hello! --- mathjax: true --- -hello! $ \displaystyle\sum_{i=0}^N\int_{a}^{b}g(t,i)\text{d}t $ hello! +hello! $ \sum_{i=0}^N\int_{a}^{b}g(t,i)\text{d}t $ hello! ``` -hello! $ \displaystyle\sum_{i=0}^N\int_{a}^{b}g(t,i)\text{d}t $ hello! +hello! $ \sum_{i=0}^N\int_{a}^{b}g(t,i)\text{d}t $ hello! ### Integration with Expressive Code