Open fuyangzhen opened 7 years ago
I got it to work, use the following guide http://dasonk.com/blog/2012/10/09/Using-Jekyll-and-Mathjax
update:
mathjax will work locally but wont on github pages if one uses the http address mentioned in the above link, just add s
after http
i.e make it https
and Mathjax will be rendered without errors.
I think if Ed supports markdown code and mathjax, it would be perfect, but I don't know much about how jekyll works, so I can't handle it by myself.