My math notes have a bunch of align environments (proofs) and I hope to post them on the Web.
Currently I'm thinking about using pandoc to convert tex to markdown, then use jekyll to build my site. However, from the pandoc demo it is hard to gauge how well the translation is done.
I'm also open to any other solution about posting math tex notes on the Web.
tex4ht. it can be configured to usemathjaxfor math rendering on the web. it can be also configured to produce html suitable for producing withjekyll, see https://github.com/michal-h21/michal-h21.github.com/blob/master/_texposts/2012/02/2012-02-14-Blogujeme-s-LaTeXem.tex and generated html: https://github.com/michal-h21/michal-h21.github.com/blob/master/_posts/2012-02-14-Blogujeme-s-LaTeXem.html – michal.h21 Oct 13 '14 at 22:25tex4ht mathjax. there are two possible options, to convert math to mathml and use mathjax just to display math without mathml support, or keep math as LaTeX and use mathjax to display it in all browsers. maybe you could add some example document to your question, so we can see which features you need. and as David said, similar question has been asked in the past, but none of the were about format suitable ffor jekyll, afaik – michal.h21 Oct 13 '14 at 22:42