blob: cad01d1076a952bb5578b7459581e662d994f2f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Test math formulas.
---
The sum of $a$ and $b$ is $a + b$.
---
We will show that:
$[ a^2 + b^2 = c^2 ]$
---
// Error: 2:1 expected closing bracket and dollar sign
$[a
|