Showing LAtex formulas in GitHub markdown.md
(1) Code1 : used render.githubusercontent
Here <img src ="https://render.githubusercontent.com/render/math?math=\color{black}F=P(\frac{i}{n})^{nt}"> and the calculation of value <img src ="https://render.githubusercontent.com/render/math?math=\frac{\sum_{x_i \in R_{ij}} {r_{im}}}{\sum_{x_i \in R_{ij}} p_{i,m-1}.(1-p_{i,m-1})}"> is done.*The texts and mathematical expressions are not properly aligned. Also it doesnt look pretty for reading.*
(2) Code2: Latex
Here $F=P(\frac{i}{n})^{nt}$ and the calculation of value $\frac{\sum_{x_i \in R_{ij}} {r_{im}}}{\sum_{x_i \in R_{ij}} p_{i,m-1}.(1-p_{i,m-1})}$ is done.*The texts and mathematical expressions are properly aligned. Looks prettier than the first part.*
I want to write the mathematical expressions along with the english sentences for README.md
file on github.The code2 of latex is not working on github site(without extensions) !. Is it possible to get the results of code2 by changing the code1 little bit and using the knowledge of html in markdown file?
Note: Don't want to use extensions for rendering the Latex on Github. And I have no knowledge of HTML, CSS etc. For reference please follow this link