github에서 math symbol 등을 사용하는 방법
2022.05.19 기준 github에서 공식적으로 math symbol을 지원한다.
https://github.blog/2022-05-19-math-support-in-markdown/
### 1. html entities
* https://www.w3schools.com/html/html_entities.asp
### 2. latex
* 아래 두가지 방법으로 사용 가능하다.
https://latex.codecogs.com
<img src="https://latex.codecogs.com/svg.latex?\Large&space;x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}" title="\Large x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}" />
![\Large x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}](https://latex.codecogs.com/svg.latex?\Large&space;x=\frac{-b\pm\sqrt{b^2-4ac}}{2a})