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

|
||||
|
||||
|
||||
Reference in New Issue
Block a user