add math example

This commit is contained in:
Balakrishnan Balasubramanian 2025-01-17 15:19:28 -05:00
parent 6b085feaeb
commit 735bc21160

5
math_example.md Normal file
View File

@ -0,0 +1,5 @@
## math example
```math
(a+b)^2 = a^2 + b^2 + 2ab
```