Skip to content

Commit

Permalink
fix: fix mathjax block mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cirry committed Aug 26, 2024
1 parent 740eb57 commit ea213fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/content/blog/new-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit ea213fb

Please sign in to comment.