Another test.
This commit is contained in:
10
EXAMPLES.md
10
EXAMPLES.md
@@ -1,10 +1,16 @@
|
||||
# MathRender Examples
|
||||
|
||||
## Square of sums
|
||||
$$
|
||||
```LaTeX
|
||||
(a_1 + a_2)^2 = a_1^2 + 2a_1a_2 + a_2^2
|
||||
$$
|
||||
```
|
||||
|
||||
As rendered by MathJax:
|
||||
```math
|
||||
(a_1 + a_2)^2 = a_1^2 + 2a_1a_2 + a_2^2
|
||||
```
|
||||
|
||||
As rendered by SwiftMath:
|
||||

|
||||
|
||||
## Quadratic Formula
|
||||
|
||||
Reference in New Issue
Block a user