http://latex.codecogs.com/svg.latex?
, e.g. http://latex.codecogs.com/svg.latex?%5Cfrac%7B%5Csigma%7D%7B%5Cmu%7D
. This url will return a picture of the formula you want. More information here.![img](http://latex.codecogs.com/svg.latex?%5Cfrac%7B%5Csigma%7D%7B%5Cmu%7D)
.GitHub markdown parsing is performed by the SunDown (ex libUpSkirt) library. For security, it won’t allow javascript to be executed when rendering markdown to HTML. Thus won’t provide equation feature.
First of all, GitHub uses an open-source project called Camo to provide a proxy for images hosted on GitHub. You will see that once your file is uploaded, the url of the image will change to something like https://camo.githubusercontent.com/672ecfd312696079a......
. But this mechanism only support encoded url and does not seem to support http redirect (which some service may fail to provide image, like iText2Img).
There is no way for a programmer to do these foolish steps by hand! We always try to solve an easy problem by raising a much more difficult problem… If you know nothing about how to write a sublime plug-in, here is a good start. Yet to implement a practicable plug-in is really difficult.
Here I wrote an easy sublime plug-in. It can do those steps above for you automatically just after pressing a hot key.
Feel free to add more function to that easy code!