Another test.

This commit is contained in:
Michael Griebling
2023-01-18 12:10:52 -05:00
parent 46cbe1c743
commit d69f6ac644

View File

@@ -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:
![Square Formula](img/square.png)
## Quadratic Formula