Skip to content

Commit 5ee6bf2

Browse files
authored
Update index.md (#719)
Changed math tagging, that doesn't work, by $$ tagging, what it works and have the desired result
1 parent 67280cd commit 5ee6bf2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/src/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ and for solving differential and integral equations.
1010
A basic approach of computational mathematics that ApproxFun exploits is expansion
1111
in a basis
1212

13-
```math
14-
f(x) \approx \sum_{k=1}^n c_k \psi_k(x)
15-
```
13+
$$f(x) \approx \sum_{k=1}^n c_k \psi_k(x)$$
1614

1715
Some traditional examples of bases $\psi_1(x),\psi_2(x),\ldots$ are
1816
1. Taylor series: $1,z,z^2,\ldots$

0 commit comments

Comments
 (0)