Test math rendering in markup.

This commit is contained in:
Michael Griebling
2023-01-18 12:06:51 -05:00
parent bfb93fb46d
commit 46cbe1c743

View File

@@ -1,9 +1,9 @@
# MathRender Examples
## Square of sums
```LaTeX
$$
(a_1 + a_2)^2 = a_1^2 + 2a_1a_2 + a_2^2
```
$$
![Square Formula](img/square.png)