Skip to content

Commit 34a4021

Browse files
authored
Equation not displaying correctly (#717)
Use triple backticks for math.
1 parent de05c44 commit 34a4021

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ 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-
$f(x) \approx \sum_{k=1}^n c_k \psi_k(x)$
13+
```math
14+
f(x) \approx \sum_{k=1}^n c_k \psi_k(x)
15+
```
1416

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

0 commit comments

Comments
 (0)